From 0f3c72d095d845758cc1e3f7ec2efd520a933b87 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 14 Oct 2014 03:35:34 -0400 Subject: [PATCH] Remove remaked lines --- mayan/apps/document_indexing/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/document_indexing/urls.py b/mayan/apps/document_indexing/urls.py index e0eecd9de0..b9dc7cefe4 100644 --- a/mayan/apps/document_indexing/urls.py +++ b/mayan/apps/document_indexing/urls.py @@ -26,5 +26,4 @@ api_urls = patterns('', url(r'^index/node/(?P[0-9]+)/documents/$', APIIndexNodeInstanceDocumentListView.as_view(), name='index-node-documents'), url(r'^indexes/(?P[0-9]+)/$', APIIndexView.as_view(), name='index-detail'), url(r'^indexes/$', APIIndexListView.as_view(), name='index-list'), - #url(r'^document/(?P[0-9]+)/folders/$', APIDocumentFolderListView.as_view(), name='document-folder-list'), )