aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index 2c23a46d69..79a5e4fd36 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