logging: disable debug logging by default

This commit is contained in:
Daniel Eklöf 2019-07-03 20:21:03 +02:00
parent df5be1061d
commit 1373d18dbc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 8 additions and 8 deletions

2
csi.c
View file

@ -10,7 +10,7 @@
#endif
#define LOG_MODULE "csi"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
#include "grid.h"