aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-08-14 01:06:47 +0000
committerTravis Howell2005-08-14 01:06:47 +0000
commit3a86eb8d2e90999f5e646d94d39e427a04bebe96 (patch)
tree9cb5172072f2531416dbfcea794dbfaa5db7b5a8
parent10dcc5cc1d2f410c2cea1c2c0455d71fe2022b70 (diff)
downloadscummvm-rg350-3a86eb8d2e90999f5e646d94d39e427a04bebe96.tar.gz
scummvm-rg350-3a86eb8d2e90999f5e646d94d39e427a04bebe96.tar.bz2
scummvm-rg350-3a86eb8d2e90999f5e646d94d39e427a04bebe96.zip
Remove leftover.
svn-id: r18680
-rw-r--r--scumm/script_c64.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_c64.cpp b/scumm/script_c64.cpp
index ad98c025f3..29e2be64cc 100644
--- a/scumm/script_c64.cpp
+++ b/scumm/script_c64.cpp
@@ -461,8 +461,6 @@ void ScummEngine_c64::o_isEqual() {
a = readVar(var);
b = getVarOrDirectByte(PARAM_1);
- printf("o_isEqual: a %d b %d\n", a , b);
-
if (b == a)
ignoreScriptWord();
else