Commit ff3798f25cfcd7db9ea7680fa5e82ea47aaf2824

Authored by Nicholas Parker
1 parent aec97a6f

Remove log output

Looked like it was left over from something? Saw it when testing "--some-int-val string"
Showing 1 changed file with 0 additions and 1 deletions
src/cxxopts.hpp
... ... @@ -391,7 +391,6 @@ namespace cxxopts
391 391 std::istringstream is(text);
392 392 if (!(is >> value))
393 393 {
394   - std::cerr << "cannot parse empty value" << std::endl;
395 394 throw argument_incorrect_type(text);
396 395 }
397 396  
... ...