# HG changeset patch # User Matt Johnston # Date 1248624890 0 # Node ID bcc5b69d15a647daa9143286b52c30a6a3ac8d84 # Parent ccdc4c6183c0f96cbba58ee1f2e754b19e34605c Turn off DEBUG_TRACE accidentally committed diff -r ccdc4c6183c0 -r bcc5b69d15a6 debug.h --- a/debug.h Sun Jul 26 16:11:27 2009 +0000 +++ b/debug.h Sun Jul 26 16:14:50 2009 +0000 @@ -39,7 +39,7 @@ * Caution: Don't use this in an unfriendly environment (ie unfirewalled), * since the printing may not sanitise strings etc. This will add a reasonable * amount to your executable size. */ -#define DEBUG_TRACE +/*#define DEBUG_TRACE*/ /* All functions writing to the cleartext payload buffer call * CHECKCLEARTOWRITE() before writing. This is only really useful if you're