Skip to content

Commit

Permalink
Removing prints...
Browse files Browse the repository at this point in the history
  • Loading branch information
tloriato committed Apr 3, 2019
1 parent 4096362 commit b0491de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Mce/SqlAbstraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,6 @@ def transform_stmt_cached(sql, stmt):

def _execute(sql, stmt, params):
try:
print(stmt)
print("\n########\n")
print(params)
sql.cursor().execute(stmt, params)
except (sql.module.OperationalError, sql.module.InternalError, sql.module.ProgrammingError) as e:
if sql.in_transaction or not sql.auto_reconnect:
Expand Down

0 comments on commit b0491de

Please sign in to comment.