General code clean up for easier debugging.
This commit is contained in:
@@ -319,11 +319,6 @@ def sql_insert_or_update(
|
|||||||
):
|
):
|
||||||
log.setLevel(log_lvl)
|
log.setLevel(log_lvl)
|
||||||
|
|
||||||
#if sql: pass
|
|
||||||
#else:
|
|
||||||
#log.error('SQL text is missing')
|
|
||||||
#return False
|
|
||||||
|
|
||||||
if sql:
|
if sql:
|
||||||
sql_insert_or_update = text(sql)
|
sql_insert_or_update = text(sql)
|
||||||
elif table_name and data:
|
elif table_name and data:
|
||||||
|
|||||||
Reference in New Issue
Block a user