From b5ac30e06fe1ec2cb0bca85f9bbdf219f8d88cb3 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Wed, 10 Apr 2019 23:00:26 +0300 Subject: [PATCH] OcSmbiosLib: Disable debugging by default --- Library/OcSmbiosLib/DebugSmbios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/OcSmbiosLib/DebugSmbios.h b/Library/OcSmbiosLib/DebugSmbios.h index 8b46e83e..914e05fc 100755 --- a/Library/OcSmbiosLib/DebugSmbios.h +++ b/Library/OcSmbiosLib/DebugSmbios.h @@ -18,7 +18,7 @@ #include // TODO: Use PCD? -#define LOG_SMBIOS +//#define LOG_SMBIOS #ifdef LOG_SMBIOS #define DEBUG_SMBIOS(arg) DEBUG (arg)