mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Disable the "Floppy count: x" debug message.
svn path=/trunk/; revision=9681
This commit is contained in:
parent
92599b546e
commit
4addf164b6
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ DetectBiosFloppyController(HKEY SystemKey,
|
||||||
U32 FloppyCount;
|
U32 FloppyCount;
|
||||||
|
|
||||||
FloppyCount = GetFloppyCount();
|
FloppyCount = GetFloppyCount();
|
||||||
printf ("Floppy count: %u\n", FloppyCount);
|
/* printf ("Floppy count: %u\n", FloppyCount);*/
|
||||||
|
|
||||||
if (FloppyCount == 0)
|
if (FloppyCount == 0)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue