summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index f3092a8..7df80dd 100644
--- a/urls.py
+++ b/urls.py
@@ -42,8 +42,6 @@ The API urls return TSV or JSON and are new in July 2020.
todo = '''Replace most re_path() with modern and simpler path()
'''
-#handler404 = 'troggle.core.views.other.troggle404' # can't get this to work. but 404.html is default anyway
-
# Many of these patterns do not work because troggle spent many years broken and we have
# not yet restored all the functions. Some may have never been fully implemented in
# the first place and what they were intended to provide is obscure.