Merge pull request #21 from nickbp/patch-1

Remove log output
This commit is contained in:
jarro2783 2016-05-13 15:20:20 +10:00
commit 6c946a413a

View File

@ -391,7 +391,6 @@ namespace cxxopts
std::istringstream is(text);
if (!(is >> value))
{
std::cerr << "cannot parse empty value" << std::endl;
throw argument_incorrect_type(text);
}