summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);