Remove append to log for debug

This commit is contained in:
Geoff McLane 2014-09-14 20:52:30 +02:00
parent 20da40d2e8
commit 2faeefbc22

View file

@ -974,7 +974,7 @@ int main( int argc, char** argv )
status = 0; status = 0;
#if !defined(NDEBUG) && defined(_MSC_VER) #if !defined(NDEBUG) && defined(_MSC_VER)
set_log_file((char *)"temptidy.txt", 0); set_log_file((char *)"temptidy.txt", 0);
add_append_log(1); // add_append_log(1);
#endif #endif
#ifdef TIDY_CONFIG_FILE #ifdef TIDY_CONFIG_FILE