- Removed ::getWords debug output.
This commit is contained in:
Paul Beckingham 2014-10-25 16:57:42 -04:00
parent 0138c13833
commit 160c4d90d9

View file

@ -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;
}