diff options
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 7987db421f..7af33ab45e 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -2409,7 +2409,6 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) { // E.g. it's trivial to distinguish V1 from V3 games. File tmp; byte buf[6]; - printf("Candidate game '%s', version %d, trying to open '%s'\n", g->name, g->version, file->path().c_str()); if (!tmp.open(file->path().c_str())) break; tmp.read(buf, 6); |