summaryrefslogtreecommitdiff
path: root/tests/regressiontests/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/cache')
-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'