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
grid.c
View file

@ -4,7 +4,7 @@
#include <assert.h>
#define LOG_MODULE "grid"
#define LOG_ENABLE_DBG 1
#define LOG_ENABLE_DBG 0
#include "log.h"
struct cell *