# HG changeset patch # User Matt Johnston # Date 1171287478 0 # Node ID fd1f05639ed410ebaa16d0ae7fc4d79120dbca21 # Parent 5df05d0a536677888d31180355df3d7e218ecddd Turn off DEBUG_TRACE diff -r 5df05d0a5366 -r fd1f05639ed4 debug.h --- a/debug.h Mon Feb 12 13:32:30 2007 +0000 +++ b/debug.h Mon Feb 12 13:37:58 2007 +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