fixed 'Clear-text logging of sensitive information' in API

pull/61/MERGE
13621160019@163.com 2021-08-15 13:40:34 +08:00
parent 6de60a8f0e
commit 0d4f0a57ab
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ class Reporting:
"nodes": node_list_dict.get(int(energy_flow_diagram_id), None),
"links": link_list_dict.get(int(energy_flow_diagram_id), None),
}
print(meta_result)
if cursor_system:
cursor_system.close()
if cnx_system: