Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Jul 9, 2021
1 parent 0f49471 commit ec39477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def execute_sql_statements( # pylint: disable=too-many-arguments, too-many-loca
# closing the connection closes the cursor as well
cursor = conn.cursor()
cancel_query_payload = db_engine_spec.get_cancel_query_payload(cursor, query)
logger.info(cancel_query_payload)
if cancel_query_payload is not None:
query.set_extra_json_key(cancel_payload_key, cancel_query_payload)
session.commit()
Expand Down

0 comments on commit ec39477

Please sign in to comment.