Author: adrian
Date: 2010-01-10 11:37:48 -0600 (Sun, 10 Jan 2010)
New Revision: 12166

Modified:
   django/trunk/django/middleware/common.py
Log:
Removed an 'assert False' I stupidly committed in [12165]

Modified: django/trunk/django/middleware/common.py
===================================================================
--- django/trunk/django/middleware/common.py    2010-01-10 17:35:01 UTC (rev 
12165)
+++ django/trunk/django/middleware/common.py    2010-01-10 17:37:48 UTC (rev 
12166)
@@ -34,8 +34,6 @@
         settings.APPEND_SLASH and settings.PREPEND_WWW
         """
 
-        assert False, 1
-
         # Check for denied User-Agents
         if 'HTTP_USER_AGENT' in request.META:
             for user_agent_regex in settings.DISALLOWED_USER_AGENTS:

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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