diff options
| -rw-r--r-- | engines/made/database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/database.cpp b/engines/made/database.cpp index ea48fdedbe..4862d4706d 100644 --- a/engines/made/database.cpp +++ b/engines/made/database.cpp @@ -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; |
