diff options
author | Filippos Karapetis | 2008-02-23 14:31:25 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-02-23 14:31:25 +0000 |
commit | 208c753215e5caf721d82de9db89a984865b0196 (patch) | |
tree | b3befedd4e1910456a0f0b2f7e94158580f1c90f | |
parent | 3581257ceb442cb8e55ad34644f71e5b5d482cf0 (diff) | |
download | scummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.tar.gz scummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.tar.bz2 scummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.zip |
Stop printing opcodes in the debug console
svn-id: r30923
-rw-r--r-- | engines/saga/sthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/saga/sthread.cpp b/engines/saga/sthread.cpp index 8aaec078e5..bc18632659 100644 --- a/engines/saga/sthread.cpp +++ b/engines/saga/sthread.cpp @@ -231,7 +231,6 @@ bool Script::runThread(ScriptThread *thread, uint instructionLimit) { if (operandChar == opName) { \ operandName = #opName; \ debug(2, operandName); \ - _vm->_console->DebugPrintf("%s\n", operandName); \ } debug(8, "Executing thread offset: %u (%x) stack: %d", thread->_instructionOffset, operandChar, thread->pushedSize()); |