Skip to content

Commit

Permalink
Remove commented-out print
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Aug 9, 2013
1 parent b3cec92 commit fb16ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/db/backends/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def execute(self, sql, params=[], fetch_results=False):
cursor = self.connection.cursor()
# Log the command we're running, then run it
logger.debug("%s; (params %r)" % (sql, params))
#print("%s; (params %r)" % (sql, params))
cursor.execute(sql, params)

def quote_name(self, name):
Expand Down

0 comments on commit fb16ee5

Please sign in to comment.