mirror of https://github.com/ipxe/ipxe.git
Remove debugging by default
parent
27a55b514c
commit
81320fae4b
|
@ -2,8 +2,6 @@
|
||||||
#include "dev.h"
|
#include "dev.h"
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
|
|
||||||
#define DEBUG_PCI
|
|
||||||
|
|
||||||
#undef DBG
|
#undef DBG
|
||||||
#ifdef DEBUG_PCI
|
#ifdef DEBUG_PCI
|
||||||
#define DBG(...) printf ( __VA_ARGS__ )
|
#define DBG(...) printf ( __VA_ARGS__ )
|
||||||
|
|
Loading…
Reference in New Issue