mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Remove debugging by default
This commit is contained in:
@@ -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__ )
|
||||||
|
|||||||
Reference in New Issue
Block a user