Remove log output

Looked like it was left over from something? Saw it when testing "--some-int-val string"
This commit is contained in:
Nicholas Parker 2016-04-30 09:24:04 -07:00
parent aec97a6f53
commit ff3798f25c

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);
}