david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove debugging by default

This commit is contained in:
Michael Brown 2005-04-12 18:32:20 +00:00
parent 27a55b514c
commit 81320fae4b
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
#include "dev.h"
#include "pci.h"
#define DEBUG_PCI
#undef DBG
#ifdef DEBUG_PCI
#define DBG(...) printf ( __VA_ARGS__ )