summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/control/Script.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index b167ac54..dab68e5a 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -704,9 +704,6 @@ int8 CRunningScript::ProcessOneCommand()
int32 command = Read2BytesFromScript(&m_nIp);
m_bNotFlag = (command & 0x8000);
command &= 0x7FFF;
- if (command >= 1000)
- debug("Time: %d, Script: %s, Command: %d\n", CTheScripts::CommandsExecuted, m_abScriptName, command);
- debug("IntroSomething: %d\n", CTheScripts::NumberOfIntroTextLinesThisFrame);
if (command < 100)
return ProcessCommands0To99(command);
if (command < 200)