Browse Source

Turn off TDB_TRACE again (shouldn't have left it on in commit)

Rusty Russell 16 years ago
parent
commit
9be834e9ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/tdb/tdb_private.h

+ 1 - 1
ccan/tdb/tdb_private.h

@@ -49,7 +49,7 @@
 #endif
 #endif
 #include "tdb.h"
 #include "tdb.h"
 
 
-#define TDB_TRACE 1
+/* #define TDB_TRACE 1 */
 
 
 #if HAVE_GETPAGESIZE
 #if HAVE_GETPAGESIZE
 #define getpagesize() 0x2000
 #define getpagesize() 0x2000