diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 2c23a46d693..79a5e4fd36d 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -824,7 +824,6 @@ bool Script::evalClickEquality(Operand *lhs, Operand *rhs, bool partialMatch) { Common::String name = lhs->_value.designed->_name; name.toLowercase(); - warning("%s <> %s", name.c_str(), str.c_str()); if (partialMatch) result = name.contains(str); else