From 4d9853b0ce842dfa74e8ffa8ba652a90262bc2c1 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Mon, 24 Feb 2020 21:18:11 +0300 Subject: removed debug leftovers --- src/control/Script.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3