Skip to content

Commit

Permalink
WAGE: Removed another leftover warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 1d0eed9 commit db7d5aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/wage/script.cpp
Expand Up @@ -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
Expand Down

0 comments on commit db7d5aa

Please sign in to comment.