diff options
-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()); |