From 05ffd45360eb01b746377f5e62db1f2fe072da74 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 5 Jan 2016 19:04:09 +0100 Subject: WAGE: Remove debug output --- engines/wage/script.cpp | 3 --- 1 file changed, 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); } -- cgit v1.2.3