Skip to content

Commit

Permalink
🔨 Remove signature.py debug
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 23, 2023
1 parent 71e0275 commit d1ebaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def tryint(key):
else:
for header in real_config:
conf = real_config[header]
print(f"real_config[{header}]", conf)
#print(f"real_config[{header}]", conf)
for name in conf:
json_data[name] = conf[name]['value']

Expand Down

0 comments on commit d1ebaba

Please sign in to comment.