# HG changeset patch # User Matt Johnston # Date 1423835115 -28800 # Node ID cb7b510b4dd26e457e50f170df7a3656752e43f2 # Parent a1e79ffa58622691f860ea796ec8fe51b7a272be debug should be off by default diff -r a1e79ffa5862 -r cb7b510b4dd2 debug.h --- a/debug.h Tue Feb 10 21:46:19 2015 +0800 +++ b/debug.h Fri Feb 13 21:45:15 2015 +0800 @@ -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