mirror of
https://github.com/django/django.git
synced 2025-07-05 10:19:20 +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:
parent
438c23a6c6
commit
5b964baa14
@ -269,7 +269,6 @@ class LocalizingProxy:
|
|||||||
attach module-level properties to local storage.
|
attach module-level properties to local storage.
|
||||||
"""
|
"""
|
||||||
def __init__(self, name, storage, func, *arg, **kw):
|
def __init__(self, name, storage, func, *arg, **kw):
|
||||||
print name, storage, func, arg
|
|
||||||
self.__name = name
|
self.__name = name
|
||||||
self.__storage = storage
|
self.__storage = storage
|
||||||
self.__func = func
|
self.__func = func
|
||||||
|
Loading…
x
Reference in New Issue
Block a user