From ed4716a600634917cf38d4514770992ae280fa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 1 Jan 2019 20:37:04 +0100 Subject: [PATCH] module/removables: remove debug logging --- modules/removables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/removables.c b/modules/removables.c index 0bfe60c..d2615f8 100644 --- a/modules/removables.c +++ b/modules/removables.c @@ -15,7 +15,7 @@ #include #define LOG_MODULE "removables" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "../log.h" #include "../bar.h" #include "../tllist.h"