summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/__init__.py b/django/db/__init__.py
index e866dab81d..234b0aacbd 100644
--- a/django/db/__init__.py
+++ b/django/db/__init__.py
@@ -269,7 +269,6 @@ class LocalizingProxy:
attach module-level properties to local storage.
"""
def __init__(self, name, storage, func, *arg, **kw):
- print name, storage, func, arg
self.__name = name
self.__storage = storage
self.__func = func