From 5144fcba0c261a2164321a573b9a591a33f9fc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 10 Jul 2019 14:45:00 +0200 Subject: [PATCH] scrollback: disable debug logging --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index db316f82..472cf880 100644 --- a/commands.c +++ b/commands.c @@ -1,7 +1,7 @@ #include "commands.h" #define LOG_MODULE "commands" -#define LOG_ENABLE_DBG 1 +#define LOG_ENABLE_DBG 0 #include "log.h" #include "terminal.h" #include "render.h"