aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/iff.cpp1
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();
}