diff --git a/src/commands.hxx b/src/commands.hxx index 6f9aa59..6acf0c7 100644 --- a/src/commands.hxx +++ b/src/commands.hxx @@ -2622,7 +2622,6 @@ class Check: public Command { throw BadArgument(tag()+" has at most three arguments", allargs); cmd->_value1 = allargs[0]; cmd->_cmp = allargs[1][0].toLatin1(); - std::cout<<"ARGS: \""<_value2 = allargs[2]; } else {