From: John Hodge Date: Sun, 20 Jun 2010 06:08:46 +0000 (+0800) Subject: Removed debug statement, not needed anymore X-Git-Tag: rel0.06~138 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3eda048b245c585598778c0120f16e6938648f8c;p=tpg%2Facess2.git Removed debug statement, not needed anymore --- diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index 7ebab746..1812a54b 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -141,7 +141,6 @@ int PCI_ScanBus(int BusID) { for( fcn = 0; fcn < 8; fcn++ ) // Max 8 functions per device { - Debug("%i:%i:%i", BusID, dev, fcn); // Check if the device/function exists if(!PCI_EnumDevice(BusID, dev, fcn, &devInfo)) continue;