[Scummvm-cvs-logs] SF.net SVN: scummvm: [30923] scummvm/trunk/engines/saga/sthread.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Feb 23 15:31:25 CET 2008


Revision: 30923
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30923&view=rev
Author:   thebluegr
Date:     2008-02-23 06:31:25 -0800 (Sat, 23 Feb 2008)

Log Message:
-----------
Stop printing opcodes in the debug console

Modified Paths:
--------------
    scummvm/trunk/engines/saga/sthread.cpp

Modified: scummvm/trunk/engines/saga/sthread.cpp
===================================================================
--- scummvm/trunk/engines/saga/sthread.cpp	2008-02-23 14:14:20 UTC (rev 30922)
+++ scummvm/trunk/engines/saga/sthread.cpp	2008-02-23 14:31:25 UTC (rev 30923)
@@ -231,7 +231,6 @@
 							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());


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list