Fix debug paths in AFE URLs Signed-off-by: James Ren <[email protected]>
--- autotest/frontend/afe/urls.py 2010-02-10 20:53:35.000000000 -0800
+++ autotest/frontend/afe/urls.py 2010-02-10 20:53:35.000000000 -0800
@@ -67,5 +67,5 @@
{'feed_dict': feeds})
)
-if True or settings.DEBUG:
+if settings.DEBUG:
urlpatterns += debug_patterns
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
