summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-15 10:46:39 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-15 10:46:39 +0200
commit829614e77385dfbbe8ef2b0670ba38c33cba3209 (patch)
tree07173d707aa2f91aec69f9f76328ca37b9701290
parent00a6be8154b67783bbd3f02062547268b079f0ec (diff)
Fix: disable debug
-rw-r--r--src/dbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbg.h b/src/dbg.h
index 42d6541..c4a1b47 100644
--- a/src/dbg.h
+++ b/src/dbg.h
@@ -24,7 +24,7 @@
/******************************************************************************
******* macro ****************************************************************
******************************************************************************/
-#define DBG 3
+#define DBG 0
#define DBG_SHOW_WAIT 0
#define DBG_SHOWTIME(dbg) ( \
{ \