diff --git a/django/db/backends/postgresql_psycopg2/base.py b/django/db/backends/postgresql_psycopg2/base.py index 6c0794d92d..af616e48c4 100644 --- a/django/db/backends/postgresql_psycopg2/base.py +++ b/django/db/backends/postgresql_psycopg2/base.py @@ -199,7 +199,6 @@ class DatabaseWrapper(BaseDatabaseWrapper): if conn_timezone_name != self.timezone_name: cursor = self.connection.cursor() try: - print "UPS" cursor.execute(self.ops.set_time_zone_sql(), [self.timezone_name]) finally: cursor.close()