OcSmbiosLib: Disable debugging by default

This commit is contained in:
vit9696 2019-04-10 23:00:26 +03:00
parent 0214b2cdc9
commit b5ac30e06f

View File

@ -18,7 +18,7 @@
#include <IndustryStandard/AppleSmBios.h>
// TODO: Use PCD?
#define LOG_SMBIOS
//#define LOG_SMBIOS
#ifdef LOG_SMBIOS
#define DEBUG_SMBIOS(arg) DEBUG (arg)