diff options
author | Eugene Sandulenko | 2005-09-07 20:09:12 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-07 20:09:12 +0000 |
commit | f876a0dffdd5859051393e38584e11a665a0fc4e (patch) | |
tree | cd6e232ccc3d7097e9fd7d9d446e98b8abe83cbd /scumm | |
parent | 571a1649b80011e15db114a8ca7c7fbef5576261 (diff) | |
download | scummvm-rg350-f876a0dffdd5859051393e38584e11a665a0fc4e.tar.gz scummvm-rg350-f876a0dffdd5859051393e38584e11a665a0fc4e.tar.bz2 scummvm-rg350-f876a0dffdd5859051393e38584e11a665a0fc4e.zip |
Remove debug output leftover
svn-id: r18786
Diffstat (limited to 'scumm')
-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 0cf96f823b..1a0f38304f 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -2703,7 +2703,6 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) { if (0 == scumm_stricmp(detectName, name)) { byte buf[6]; - debug(0, detectName); if (g->version < 4) { // We take a look at the file now, to narrow |