summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-07-01 14:38:32 +0200
committerGitHub <noreply@github.com>2020-07-01 14:38:32 +0200
commita1356f10014c8bccb1454e083929286d28ff9d24 (patch)
tree235fe0630d67146336bfc0bdf8f5549c174d7348
parentRestored beta police system(disabled), fixes from miami, debug info for CFO crash (#639) (diff)
downloadre3-a1356f10014c8bccb1454e083929286d28ff9d24.tar
re3-a1356f10014c8bccb1454e083929286d28ff9d24.tar.gz
re3-a1356f10014c8bccb1454e083929286d28ff9d24.tar.bz2
re3-a1356f10014c8bccb1454e083929286d28ff9d24.tar.lz
re3-a1356f10014c8bccb1454e083929286d28ff9d24.tar.xz
re3-a1356f10014c8bccb1454e083929286d28ff9d24.tar.zst
re3-a1356f10014c8bccb1454e083929286d28ff9d24.zip
-rw-r--r--src/control/Script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index 7354df22..9b3dc1be 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -1354,7 +1354,6 @@ static void PrintToLog(const char* format, ...)
#endif
va_end(va);
- printf("%s", tmp);
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
if (dbg_log)
fwrite(tmp, 1, strlen(tmp), dbg_log);