diff --git a/src/CLI.cpp b/src/CLI.cpp index 28014544e..895aedfc8 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -383,9 +383,6 @@ const std::vector CLI::getWords () } } - std::string all; - join (all, " ", words); - std::cout << "# CLI::getWords " << all << "\n"; return words; }