mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Remove debug output I've incidentally added...
svn path=/trunk/; revision=18245
This commit is contained in:
parent
4b42aa47f1
commit
bb46913ed6
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ AcpiCreateDeviceDescriptionString(PUNICODE_STRING DeviceDescription,
|
|||
{
|
||||
PWSTR Buffer;
|
||||
|
||||
DPRINT1("'%s', '%s', %ld\n", Node->device.id.hid, "PNP040", RtlCompareMemory(Node->device.id.hid, "PNP040", 6));
|
||||
if (RtlCompareMemory(Node->device.id.hid, "PNP000", 6) == 6)
|
||||
Buffer = L"Programmable interrupt controller";
|
||||
else if (RtlCompareMemory(Node->device.id.hid, "PNP010", 6) == 6)
|
||||
|
|
Loading…
Reference in a new issue