CLI
- Removed ::getWords debug output.
This commit is contained in:
@@ -383,9 +383,6 @@ const std::vector <std::string> CLI::getWords ()
|
||||
}
|
||||
}
|
||||
|
||||
std::string all;
|
||||
join (all, " ", words);
|
||||
std::cout << "# CLI::getWords " << all << "\n";
|
||||
return words;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user