From 92f37e5f5f91c876fbc7370d00845d12b8aa787a Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 24 May 2015 17:33:44 +0200 Subject: [PATCH] Well, what should I say: UPS. --- django/db/backends/postgresql_psycopg2/base.py | 1 - 1 file changed, 1 deletion(-) 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()