mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Remove debug code
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user