From e0adf9db1701a56d5854a340cd2fd0aa612854eb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 17 Apr 2005 11:24:42 +0000 Subject: oops, again svn-id: r17648 --- scumm/scumm.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3