box-drawing: disable debug output

This commit is contained in:
Daniel Eklöf 2021-01-01 21:27:53 +01:00
parent 71d187119f
commit 11d4e9ee53
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -4,7 +4,7 @@
#include <errno.h>
#define LOG_MODULE "box-drawing"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "macros.h"
#include "stride.h"