From 208c753215e5caf721d82de9db89a984865b0196 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 23 Feb 2008 14:31:25 +0000 Subject: Stop printing opcodes in the debug console svn-id: r30923 --- engines/saga/sthread.cpp | 1 - 1 file changed, 1 deletion(-) 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()); -- cgit v1.2.3