From 7ee5247525e485498d05a26f816b3ab71b98db6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Feb 2021 14:59:54 +0100 Subject: [PATCH] url-mode: disable debug logging --- url-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url-mode.c b/url-mode.c index 554c17bf..bc6e7722 100644 --- a/url-mode.c +++ b/url-mode.c @@ -5,7 +5,7 @@ #include #define LOG_MODULE "url-mode" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "log.h" #include "grid.h" #include "render.h"