1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[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
This commit is contained in:
Jason Pellerin 2006-07-23 03:33:48 +00:00
parent 438c23a6c6
commit 5b964baa14

View File

@ -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