Commit fb16ee5a authored by Andrew Godwin's avatar Andrew Godwin
Browse files

Remove commented-out print

parent b3cec920
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -88,7 +88,6 @@ class BaseDatabaseSchemaEditor(object):
        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):