summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <Colomar.6.4.3@GMail.com>2020-04-06 16:44:17 +0200
committerGitHub <noreply@github.com>2020-04-06 16:44:17 +0200
commit727c24a437382a3dcda5606c03cda170bbe279a1 (patch)
tree6db3957bedd775c0596f454966625ae8f7fa84b4
parent855601d3f6be4dad988f845bc700cac82ae61d91 (diff)
parent32eb54f1c97ffca12f8e22a03c15d352997ee061 (diff)
Merge pull request #37 from alejandro-colomar/master
Disable debugging
-rw-r--r--src/dbg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbg.h b/src/dbg.h
index 7a09123..c4a1b47 100644
--- a/src/dbg.h
+++ b/src/dbg.h
@@ -24,8 +24,8 @@
/******************************************************************************
******* macro ****************************************************************
******************************************************************************/
-#define DBG 3
-#define DBG_SHOW_WAIT 01
+#define DBG 0
+#define DBG_SHOW_WAIT 0
#define DBG_SHOWTIME(dbg) ( \
{ \
int tm_; \