🔨 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: else:
for header in real_config: for header in real_config:
conf = real_config[header] conf = real_config[header]
print(f"real_config[{header}]", conf) #print(f"real_config[{header}]", conf)
for name in conf: for name in conf:
json_data[name] = conf[name]['value'] json_data[name] = conf[name]['value']