From 878529f07cc6259f4307b9d32fa60a5ab4667407 Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Sun, 25 May 2014 19:08:15 +0200 Subject: [PATCH] bug --- stikkit/terminalparser.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stikkit/terminalparser.cpp b/stikkit/terminalparser.cpp index a4482b5..d608c25 100644 --- a/stikkit/terminalparser.cpp +++ b/stikkit/terminalparser.cpp @@ -107,10 +107,7 @@ bool TerminalParser::Parse() } if (!valid) { - if (!this->Silent) - { - cerr << "This parameter isn't valid: " << text << endl; - } + cerr << "This parameter isn't valid: " << text << endl; return true; } x++;