changeset 557:bcc5b69d15a6

Turn off DEBUG_TRACE accidentally committed
author Matt Johnston <matt@ucc.asn.au>
date Sun, 26 Jul 2009 16:14:50 +0000
parents ccdc4c6183c0
children 73de9177e7dd 7f66b8e40f2d
files debug.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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