General code clean up for easier debugging.

This commit is contained in:
Scott Idem
2022-02-15 11:52:39 -05:00
parent a2f755b914
commit b3cbfcfb9d

View File

@@ -319,11 +319,6 @@ def sql_insert_or_update(
):
log.setLevel(log_lvl)
#if sql: pass
#else:
#log.error('SQL text is missing')
#return False
if sql:
sql_insert_or_update = text(sql)
elif table_name and data: