diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-07-23 03:33:48 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-07-23 03:33:48 +0000 |
| commit | 5b964baa1479b844678a0564efbc1e1435b565d3 (patch) | |
| tree | 11f6a776fd445bb88937fa3fbe62e018c826e0a2 | |
| parent | 438c23a6c6eb71b73272a9b98392af654b76c82c (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__.py | 1 |
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 |
