text cleanup

All evennia.web.website.tests pass.
This commit is contained in:
davewiththenicehat 2021-06-15 16:54:41 -04:00
parent 7336957e9d
commit 787ef8c068
4 changed files with 1 additions and 6 deletions

View file

@ -244,5 +244,3 @@ class FileHelpStorageHandler:
# singleton to hold the loaded help entries
FILE_HELP_ENTRIES = FileHelpStorageHandler()
# Used by Django Sites/Admin
#get_absolute_url = web_get_detail_url

View file

@ -237,7 +237,6 @@ class HelpEntry(SharedMemoryModel):
"%s-detail" % slugify(self._meta.verbose_name),
kwargs={"category": slugify(self.db_help_category), "topic": slugify(self.db_key)},
)
# log_info(f'HelpEntry web_get_detail_url url: {url}')
return url
except Exception:
return "#"