[Scummvm-cvs-logs] SF.net SVN: scummvm: [31967] scummvm/trunk/engines/made/database.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri May 9 18:09:47 CEST 2008
Revision: 31967
http://scummvm.svn.sourceforge.net/scummvm/?rev=31967&view=rev
Author: thebluegr
Date: 2008-05-09 09:09:46 -0700 (Fri, 09 May 2008)
Log Message:
-----------
Removed debug output
Modified Paths:
--------------
scummvm/trunk/engines/made/database.cpp
Modified: scummvm/trunk/engines/made/database.cpp
===================================================================
--- scummvm/trunk/engines/made/database.cpp 2008-05-09 15:49:38 UTC (rev 31966)
+++ scummvm/trunk/engines/made/database.cpp 2008-05-09 16:09:46 UTC (rev 31967)
@@ -343,7 +343,7 @@
in->read(desc, 64);
description = desc;
- printf("description = %s\n", description.c_str()); fflush(stdout);
+ //printf("description = %s\n", description.c_str()); fflush(stdout);
delete in;
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