summaryrefslogtreecommitdiff
path: root/tests/regressiontests
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-05 13:56:20 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-05 13:56:20 +0000
commitb37dca1aec3afc88d91ec22030ec6bd5334affc0 (patch)
tree0caf31eae7ab5dcf03849db7b09c870b19e8facd /tests/regressiontests
parentb884990388245c5a5a5d8ba2ff3220515c3b54a5 (diff)
Removed left over print statement.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests')
-rw-r--r--tests/regressiontests/cache/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/cache/tests.py b/tests/regressiontests/cache/tests.py
index 4303ad73e9..958dcfb6a4 100644
--- a/tests/regressiontests/cache/tests.py
+++ b/tests/regressiontests/cache/tests.py
@@ -771,7 +771,6 @@ class DBCacheRouter(object):
return 'other'
def allow_syncdb(self, db, model):
- print self, db, model
if model._meta.app_label == 'django_cache':
return db == 'other'