Removed left over print statement.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-07-05 13:56:20 +00:00
parent b884990388
commit b37dca1aec
1 changed files with 0 additions and 1 deletions

View File

@ -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'