[Scummvm-cvs-logs] SF.net SVN: scummvm:[47152] scummvm/trunk/engines/teenagent/music.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Fri Jan 8 12:32:53 CET 2010


Revision: 47152
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47152&view=rev
Author:   megath
Date:     2010-01-08 11:32:53 +0000 (Fri, 08 Jan 2010)

Log Message:
-----------
removed noisy debug

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/music.cpp

Modified: scummvm/trunk/engines/teenagent/music.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/music.cpp	2010-01-08 11:17:29 UTC (rev 47151)
+++ scummvm/trunk/engines/teenagent/music.cpp	2010-01-08 11:32:53 UTC (rev 47152)
@@ -90,7 +90,6 @@
 	while (!stream->eos()) {
 
 		byte cmd = stream->readByte();
-		debug(1, "cmd = %02x", cmd);
 
 		if (cmd < 0x40) {
 			row.channels[0].note = cmd;


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