From 1d9f4ff3bc7119a8371b40aed177143180ebc5ea Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Thu, 03 Dec 2009 22:59:24 +0000 Subject: turn off woip/c debugging --- (limited to 'woip') 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; -- cgit v0.9.1