From 08252354cd39fdbc54fb9b50521c49eed4f70715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 27 Nov 2019 19:36:09 +0100 Subject: [PATCH] fix check when the second argument contains operator-characters --- src/commands.hxx | 1 - 1 file changed, 1 deletion(-) 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 {