diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-09-14 20:43:30 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-09-14 20:43:30 +0000 |
| commit | c01d2f4e6a77b7b96a57d43e4c7cfc4c4865f056 (patch) | |
| tree | 89e35482ce749768ccb64b88f68e529998e2b150 | |
| parent | b92f683f2dee195cc23c7aa13e973fecd6ab35a7 (diff) | |
[mult-db] Removed debug print.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/core/management.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/core/management.py b/django/core/management.py index cc0fb12c02..f4f83e698a 100644 --- a/django/core/management.py +++ b/django/core/management.py @@ -78,9 +78,6 @@ def get_sql_create(app): app_models = models.get_models(app, creation_order=True) for model in app_models: - - print "Get create sql for model", model - opts = model._meta connection_name = model_connection_name(model) output = connection_output.setdefault(connection_name, []) |
