Remove a bunch of debugging printfs and add verbosity levels
This commit is contained in:
parent
17df0d4adf
commit
41327c92fd
5 changed files with 46 additions and 44 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue