Remove debug output I've incidentally added...
Modified: trunk/reactos/drivers/bus/acpi/ospm/fdo.c
--- trunk/reactos/drivers/bus/acpi/ospm/fdo.c 2005-10-03 12:53:31 UTC (rev 18244) +++ trunk/reactos/drivers/bus/acpi/ospm/fdo.c 2005-10-03 12:57:48 UTC (rev 18245) @@ -122,7 +122,6 @@
{ 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)