Commit 6c946a413ad8917ca1737953a9b406501b0b68f6
Merge pull request #21 from nickbp/patch-1
Remove log output
Showing
1 changed file
with
0 additions
and
1 deletions
src/cxxopts.hpp
| @@ -391,7 +391,6 @@ namespace cxxopts | @@ -391,7 +391,6 @@ namespace cxxopts | ||
| 391 | std::istringstream is(text); | 391 | std::istringstream is(text); |
| 392 | if (!(is >> value)) | 392 | if (!(is >> value)) |
| 393 | { | 393 | { |
| 394 | - std::cerr << "cannot parse empty value" << std::endl; | ||
| 395 | throw argument_incorrect_type(text); | 394 | throw argument_incorrect_type(text); |
| 396 | } | 395 | } |
| 397 | 396 |