Remove a bunch of debugging printfs and add verbosity levels

This commit is contained in:
Eryn Wells 2014-07-19 16:04:47 -07:00
parent 17df0d4adf
commit 41327c92fd
5 changed files with 46 additions and 44 deletions

View file

@ -41,8 +41,6 @@ ObjectParser::HandleKeyEvent(const std::string& key)
{"radius", RadiusSection}
};
printf("%s: got key = %s", __PRETTY_FUNCTION__, key.c_str());
if (sSections.count(key) > 0) {
mSection = sSections.at(key);
}