Fix debug paths in AFE URLs

Signed-off-by: James Ren <jamesren@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4237 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/urls.py b/frontend/afe/urls.py
index cb60126..dff85d3 100644
--- a/frontend/afe/urls.py
+++ b/frontend/afe/urls.py
@@ -67,5 +67,5 @@
          {'feed_dict': feeds})
     )
 
-if True or settings.DEBUG:
+if settings.DEBUG:
     urlpatterns += debug_patterns