Remove log output
Looked like it was left over from something? Saw it when testing "--some-int-val string"
This commit is contained in:
parent
aec97a6f53
commit
ff3798f25c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user