diff --git a/include/CLI/App.hpp b/include/CLI/App.hpp index 2bd8b8f60..99bc97742 100644 --- a/include/CLI/App.hpp +++ b/include/CLI/App.hpp @@ -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;