Skip to content
Snippets Groups Projects
Commit 7b66a4b1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Context component:

- removed unneeded log message
parent e5e54f18
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!62Add relese/2.0.1 fixes
......@@ -107,7 +107,7 @@ def upsert_constraints(
#str_stmt = stmt.compile(dialect=postgresql.dialect(), compile_kwargs={"literal_binds": True})
#LOGGER.warning('delete stmt={:s}'.format(str(str_stmt)))
constraint_deletes = session.execute(stmt)
LOGGER.warning('constraint_deletes.rowcount={:s}'.format(str(constraint_deletes.rowcount)))
#LOGGER.warning('constraint_deletes.rowcount={:s}'.format(str(constraint_deletes.rowcount)))
delete_affected = int(constraint_deletes.rowcount) > 0
upsert_affected = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment