mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
[I8042PRT]
Silence debug prints svn path=/trunk/; revision=66969
This commit is contained in:
parent
774095423b
commit
8c99c1868c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ i8042ParseSMBiosTables(
|
|||
Header = (PDMI_HEADER)((PUCHAR)Data + 2);
|
||||
}
|
||||
|
||||
#if DBG
|
||||
#if 0 // DBG
|
||||
DbgPrint("i8042prt: Dumping DMI data:\n");
|
||||
DbgPrint("BIOS_VENDOR: %s\n", Strings[BIOS_VENDOR]);
|
||||
DbgPrint("BIOS_VERSION: %s\n", Strings[BIOS_VERSION]);
|
||||
|
|
Loading…
Reference in a new issue