Author: jezdez
Date: 2011-07-05 06:56:20 -0700 (Tue, 05 Jul 2011)
New Revision: 16514

Modified:
   django/trunk/tests/regressiontests/cache/tests.py
Log:
Removed left over print statement.

Modified: django/trunk/tests/regressiontests/cache/tests.py
===================================================================
--- django/trunk/tests/regressiontests/cache/tests.py   2011-07-05 13:55:14 UTC 
(rev 16513)
+++ django/trunk/tests/regressiontests/cache/tests.py   2011-07-05 13:56:20 UTC 
(rev 16514)
@@ -771,7 +771,6 @@
             return 'other'
 
     def allow_syncdb(self, db, model):
-        print self, db, model
         if model._meta.app_label == 'django_cache':
             return db == 'other'
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to