diff options
author | Nicola Mettifogo | 2009-06-12 06:20:11 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2009-06-12 06:20:11 +0000 |
commit | 5915e60452feefc676d8be283af3a930015561da (patch) | |
tree | 5b86f9616822f44a959376756e894e31f116c1f2 | |
parent | 5fccc0f98dda5cbcec208b17c2e6d36a36fadf1e (diff) | |
download | scummvm-rg350-5915e60452feefc676d8be283af3a930015561da.tar.gz scummvm-rg350-5915e60452feefc676d8be283af3a930015561da.tar.bz2 scummvm-rg350-5915e60452feefc676d8be283af3a930015561da.zip |
Removed a leftover printf().
svn-id: r41459
-rw-r--r-- | engines/parallaction/iff.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/iff.cpp b/engines/parallaction/iff.cpp index 51e1e1d186..024af5b6a7 100644 --- a/engines/parallaction/iff.cpp +++ b/engines/parallaction/iff.cpp @@ -73,7 +73,6 @@ void IFFParser::parse(IFFCallback &callback) { // eats up all the remaining data in the chunk while (!stream.eos()) { - printf("attemping to eat data in chunk\n"); stream.readByte(); } |