From 5729a923fe373e2ac9974789756d8f8cbdb050de Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 27 Feb 2014 13:20:59 +0000 Subject: [PATCH] - Remove debug print. svn path=/trunk/; revision=62348 --- reactos/drivers/filesystems/ext2/src/fsctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/filesystems/ext2/src/fsctrl.c b/reactos/drivers/filesystems/ext2/src/fsctrl.c index 4af6001fe81..642743ac3c4 100644 --- a/reactos/drivers/filesystems/ext2/src/fsctrl.c +++ b/reactos/drivers/filesystems/ext2/src/fsctrl.c @@ -535,7 +535,6 @@ Ext2MountVolume ( else { DebugTrace(DEBUG_TRACE_MOUNT, "Failing mount. Partition not Ext2...", 0); - DbgPrint("Supper Blk Magic %x\n",SuperBlock->s_magic); } try_exit: NOTHING;