Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip
diff options
context:
space:
mode:
authorChris Ball <cjb@bob.laptop.org>2009-12-03 22:59:24 (GMT)
committer Chris Ball <cjb@bob.laptop.org>2009-12-03 22:59:24 (GMT)
commit1d9f4ff3bc7119a8371b40aed177143180ebc5ea (patch)
tree9a78b993c621ac72e881a043e746731c284f9399 /woip
parenta93e71b24a45e0779bbc2e683ce972b3c8c5ba0b (diff)
turn off woip/c debugging
Diffstat (limited to 'woip')
-rw-r--r--woip/c/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/woip/c/debug.h b/woip/c/debug.h
index efc871a..78d1740 100644
--- a/woip/c/debug.h
+++ b/woip/c/debug.h
@@ -23,7 +23,7 @@
#error I want GNU C plz
#endif
-#ifdef DEBUG
+#if 0
static bool debug = true;
#else
static bool debug = false;