diff options
-rw-r--r-- | engines/wage/script.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index de4b935557..8fe08f3e67 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -881,9 +881,6 @@ void Script::processMove() { if (skip != 0xfd) error("No end for MOVE: %02x", skip); - debug(6, "MOVE: [what=%d/%s, to=%d/%s]", - what->_type, what->toString().c_str(), to->_type, to->toString().c_str()); - evaluatePair(what, "M", to); } |