diff options
author | Nicola Mettifogo | 2008-08-19 14:36:05 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2008-08-19 14:36:05 +0000 |
commit | 86c3ddc23cfde14b62e2155550beb3debb04a074 (patch) | |
tree | f48d4fe0d1b6ad422f1159034c4c720d3d6a8cf9 /engines | |
parent | 44c24e922b93537371ada6f13fa742f64b2369fa (diff) | |
download | scummvm-rg350-86c3ddc23cfde14b62e2155550beb3debb04a074.tar.gz scummvm-rg350-86c3ddc23cfde14b62e2155550beb3debb04a074.tar.bz2 scummvm-rg350-86c3ddc23cfde14b62e2155550beb3debb04a074.zip |
Deleted debug code that slipped in.
svn-id: r34041
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/parser.cpp b/engines/parallaction/parser.cpp index 7a893ca958..a475f5701a 100644 --- a/engines/parallaction/parser.cpp +++ b/engines/parallaction/parser.cpp @@ -190,7 +190,6 @@ uint16 Script::readLineToken(bool errorOnEOF) { char *start; do { line = readLine(buf, 200); - printf("read line: %s\n", line); if (line == NULL) { if (errorOnEOF) |