Removing dump setting.
authorviric@llimona
Tue, 25 Sep 2007 22:23:24 +0200
changeset 42 eb897a05a804
parent 41 954941c6e40a
child 43 625794738afc
Removing dump setting.
dump.c
--- a/dump.c	Tue Sep 25 22:22:45 2007 +0200
+++ b/dump.c	Tue Sep 25 22:23:24 2007 +0200
@@ -3,7 +3,7 @@
 
 #include "main.h"
 
-const int should_dump = 1;
+const int should_dump = 0;
 
 void dump_line(const char *msg, ...)
 {