Skip to content

Commit

Permalink
fix issue avidal#6
Browse files Browse the repository at this point in the history
  • Loading branch information
michiya committed Dec 2, 2013
1 parent 9d729ae commit 91393f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql_server/pyodbc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ def execute(self, sql, params=()):
sql = self.format_sql(sql, len(params))
self.last_params = params
try:
print(sql)
return self.cursor.execute(sql, params)
except Database.Error as e:
self.connection._on_error(e)
Expand Down

0 comments on commit 91393f2

Please sign in to comment.