🔨 Remove signature.py debug
This commit is contained in:
parent
71e0275a4c
commit
d1ebaba71d
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue