🔨 Remove signature.py debug

This commit is contained in:
Scott Lahteine 2023-12-23 16:25:55 -06:00
parent 71e0275a4c
commit d1ebaba71d

View file

@ -370,7 +370,7 @@ f'''#
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']