mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Stop printing opcodes in the debug console
svn-id: r30923
This commit is contained in:
parent
3581257ceb
commit
208c753215
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user