summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index eb2369c..49406e0 100644
--- a/urls.py
+++ b/urls.py
@@ -11,7 +11,6 @@ from django.urls import reverse, resolve
from troggle.core.views import caves, statistics, survex
from troggle.core.views.scans import scansingle, singlewallet, allwallets
from troggle.core.views.drawings import dwgallfiles, dwgfilesingle
-#from troggle.core.views.drawings import dwgfileupload
from troggle.core.views.uploads import dwgupload, scanupload
from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage
from troggle.core.views.other import exportlogbook