From a731d8c8c515e7e42a4fb448e0ecb6934d5bf99b Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Nov 16 2017 09:07:55 +0000 Subject: INI: Remove definiton of TRACE_LEVEL Macros TRACE_LEVEL 7 and TRACE_HOME should only be defined in testing builds where we want debug messages to be generated. The macros are leftovers from the previous patch where they were improperly added for debug purposes. Resolves: https://pagure.io/SSSD/ding-libs/issue/3182 Reviewed-by: Robbie Harwood --- diff --git a/ini/ini_augment.c b/ini/ini_augment.c index 9d83ad9..5a5a173 100644 --- a/ini/ini_augment.c +++ b/ini/ini_augment.c @@ -32,8 +32,6 @@ #include #include #include -#define TRACE_LEVEL 7 -#define TRACE_HOME #include "trace.h" #include "collection.h" #include "collection_tools.h"