From 8fa0b213646fd1621e3abc1fa4c7af017ced5fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 27 Dec 2015 19:57:10 +0000 Subject: [PATCH] Remove a forgotten DPRINT1. svn path=/trunk/; revision=70448 --- reactos/lib/fslib/vfatlib/vfatlib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/lib/fslib/vfatlib/vfatlib.c b/reactos/lib/fslib/vfatlib/vfatlib.c index 45d38fdb383..9f7b6e1c2b5 100644 --- a/reactos/lib/fslib/vfatlib/vfatlib.c +++ b/reactos/lib/fslib/vfatlib/vfatlib.c @@ -404,8 +404,6 @@ VfatChkdsk(IN PUNICODE_STRING DriveRoot, if (fs_changed()) { - DPRINT1("fs_changed is TRUE!\n"); - if (FixErrors) { if (FsCheckFlags & FSCHECK_INTERACTIVE)