diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-03 23:45:02 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-03 23:45:02 +0100 |
commit | 9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a (patch) | |
tree | dcd70fcefe59d2a5b3a68988f1d29c4494ad15c4 /core/views/other.py | |
parent | 8ad791c594c478eb08b346f2efefc9adb7e72246 (diff) | |
download | troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.tar.gz troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.tar.bz2 troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.zip |
delete redundant logbook dump
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views/other.py b/core/views/other.py index 6f06ecf..56ad5a4 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -32,7 +32,6 @@ todo = ''' so this is only a tool for a first pass, to be followed by extensive hand-editing! When we have done all the old logbooks, delete this function and the two templates. -- But how does this interact with troggle/logbooksdump.py ? ''' def todos(request, module): |