mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
Removed debug output
svn-id: r31967
This commit is contained in:
parent
3f3ba85bf1
commit
10826a29d2
@ -343,7 +343,7 @@ bool GameDatabase::getSavegameDescription(const char *filename, Common::String &
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user