diff --git a/heptapod/wsgi.py b/heptapod/wsgi.py
index 09352483f03f5ab7a0923498b93a28c0e78ae95c_aGVwdGFwb2Qvd3NnaS5weQ==..ec9c7408d7dfda35163f588648a4917078f1885c_aGVwdGFwb2Qvd3NnaS5weQ== 100644
--- a/heptapod/wsgi.py
+++ b/heptapod/wsgi.py
@@ -83,8 +83,6 @@
             self.ui = uimod.ui.load()
         if not os.path.exists(self.conf):
             raise error.Abort(_('config file %s not found!') % self.conf)
-        # TODO make this a proper registered parameter in the `heptapod`
-        # extension (that doesn't exist as of this writing)
         self.motd = None
         if not baseui:
             # set up environment for new ui