Stop printing opcodes in the debug console

svn-id: r30923
This commit is contained in:
Filippos Karapetis 2008-02-23 14:31:25 +00:00
parent 3581257ceb
commit 208c753215

View File

@ -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());