This commit is contained in:
Petr Bena 2014-05-25 19:08:15 +02:00
parent 1088bdfe68
commit 878529f07c

View File

@ -106,11 +106,8 @@ bool TerminalParser::Parse()
return true;
}
if (!valid)
{
if (!this->Silent)
{
cerr << "This parameter isn't valid: " << text << endl;
}
return true;
}
x++;