Remove debug code

This commit is contained in:
Ivan Kravets
2023-01-14 19:43:31 +02:00
parent fb5e99473f
commit 2fbd766fd9

View File

@@ -249,9 +249,7 @@ class ProjectConfigBase:
return None
def _traverse_for_value(self, section, option, option_meta=None):
# print("_traverse_for_value", section, option)
for _section, _option in self.walk_options(section):
# print(13, _section, _option)
if _option == option or (
option_meta
and (