summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-07-23 03:33:48 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-07-23 03:33:48 +0000
commit5b964baa1479b844678a0564efbc1e1435b565d3 (patch)
tree11f6a776fd445bb88937fa3fbe62e018c826e0a2
parent438c23a6c6eb71b73272a9b98392af654b76c82c (diff)
[multi-db] Removed debug print that should not have been checked in.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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