diff options
author | Max Horn | 2004-08-08 13:23:31 +0000 |
---|---|---|
committer | Max Horn | 2004-08-08 13:23:31 +0000 |
commit | 83600ac7316869843b15e0f464eebc41ec202149 (patch) | |
tree | 1ab76fabf28d6472a6193e64bc5a5d5dac9303ee /scumm | |
parent | ff471a3fefbc27befc8c99b413f6a1d530dad2f0 (diff) | |
download | scummvm-rg350-83600ac7316869843b15e0f464eebc41ec202149.tar.gz scummvm-rg350-83600ac7316869843b15e0f464eebc41ec202149.tar.bz2 scummvm-rg350-83600ac7316869843b15e0f464eebc41ec202149.zip |
Removing annoying debug messages
svn-id: r14515
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/resource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index 681cab7afe..ee479d9fca 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -621,9 +621,7 @@ void ScummEngine::readIndexFile() { break; case MKID('AARY'): - debug(3, "Going to call readArrayFromIndexFile (pos = 0x%08x)", _fileHandle.pos()); readArrayFromIndexFile(); - debug(3, "After readArrayFromIndexFile (pos = 0x%08x)", _fileHandle.pos()); break; default: |