Browse Source

Unix: always close log at exit

LouYihua 7 years ago
parent
commit
9cbee29afe
1 changed files with 0 additions and 2 deletions
  1. 0 2
      unix/unix.cpp

+ 0 - 2
unix/unix.cpp

@@ -285,7 +285,5 @@ UTIL_Platform_Quit(
    VOID
 )
 {
-#if defined(_DEBUG)
 	closelog();
-#endif
 }