Remove append to log for debug
This commit is contained in:
parent
20da40d2e8
commit
2faeefbc22
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue