From 81320fae4b04e51c0cb43dc56e4a42acbfe7e858 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 Apr 2005 18:32:20 +0000 Subject: [PATCH] Remove debugging by default --- src/drivers/bus/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 03b93672..0ae7c3bc 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -2,8 +2,6 @@ #include "dev.h" #include "pci.h" -#define DEBUG_PCI - #undef DBG #ifdef DEBUG_PCI #define DBG(...) printf ( __VA_ARGS__ )