From 2faeefbc228d00e81e124d5f99755ba1fee242b1 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sun, 14 Sep 2014 20:52:30 +0200 Subject: [PATCH] Remove append to log for debug --- console/tidy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/tidy.c b/console/tidy.c index 5a14e0c..ea631be 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -974,7 +974,7 @@ int main( int argc, char** argv ) status = 0; #if !defined(NDEBUG) && defined(_MSC_VER) set_log_file((char *)"temptidy.txt", 0); - add_append_log(1); + // add_append_log(1); #endif #ifdef TIDY_CONFIG_FILE