Skip to content

Commit

Permalink
Fix for spurious printout (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 22, 2018
1 parent 6bd31c3 commit b683f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/CLI/App.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,6 @@ class App {
if(level < item.parents.size()) {
App *subcom;
try {
std::cout << item.parents.at(level) << std::endl;
subcom = get_subcommand(item.parents.at(level));
} catch(const OptionNotFound &) {
return false;
Expand Down

0 comments on commit b683f4e

Please sign in to comment.