aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorFilippos Karapetis2008-02-23 14:31:25 +0000
committerFilippos Karapetis2008-02-23 14:31:25 +0000
commit208c753215e5caf721d82de9db89a984865b0196 (patch)
treeb3befedd4e1910456a0f0b2f7e94158580f1c90f /engines/saga
parent3581257ceb442cb8e55ad34644f71e5b5d482cf0 (diff)
downloadscummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.tar.gz
scummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.tar.bz2
scummvm-rg350-208c753215e5caf721d82de9db89a984865b0196.zip
Stop printing opcodes in the debug console
svn-id: r30923
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/sthread.cpp1
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());