From 4addf164b6c6da2de0fa3388b9f9ff4c420434ab Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 16 Jun 2004 16:59:27 +0000 Subject: [PATCH] - Disable the "Floppy count: x" debug message. svn path=/trunk/; revision=9681 --- freeldr/freeldr/arch/i386/hardware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeldr/freeldr/arch/i386/hardware.c b/freeldr/freeldr/arch/i386/hardware.c index e467107ed3b..6cc640ce267 100644 --- a/freeldr/freeldr/arch/i386/hardware.c +++ b/freeldr/freeldr/arch/i386/hardware.c @@ -885,7 +885,7 @@ DetectBiosFloppyController(HKEY SystemKey, U32 FloppyCount; FloppyCount = GetFloppyCount(); - printf ("Floppy count: %u\n", FloppyCount); +/* printf ("Floppy count: %u\n", FloppyCount);*/ if (FloppyCount == 0) return;