From a19ab36dff38b590ce238e295fc1cd6095610c8e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 17 Apr 2005 11:23:55 +0000 Subject: oops svn-id: r17647 --- scumm/scumm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 2e23cc563b..7987db421f 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -2413,7 +2413,6 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) { if (!tmp.open(file->path().c_str())) break; tmp.read(buf, 6); - Common::hexdump(buf, 6); if (buf[0] == 0xCE && buf[1] == 0xF5) { // Looks like V1. However, we currently do not distinguish between V1 and V2 -- cgit v1.2.3