mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Deleted debug code that slipped in.
svn-id: r34041
This commit is contained in:
parent
44c24e922b
commit
86c3ddc23c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user