Skip to content

Commit d1ebaba

Browse files
committed
🔨 Remove signature.py debug
1 parent 71e0275 commit d1ebaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/share/PlatformIO/scripts/signature.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def tryint(key):
370370
else:
371371
for header in real_config:
372372
conf = real_config[header]
373-
print(f"real_config[{header}]", conf)
373+
#print(f"real_config[{header}]", conf)
374374
for name in conf:
375375
json_data[name] = conf[name]['value']
376376

0 commit comments

Comments
 (0)