changeset 18:c293bcbe6e03

removing apparently obselescent comment
author k0s <k0scist@gmail.com>
date Sun, 25 Oct 2009 21:19:13 -0400
parents e5cbc53cacf8
children 8931c5b7e632
files bitsyblog/factory.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bitsyblog/factory.py	Sun Oct 25 18:35:48 2009 -0400
+++ b/bitsyblog/factory.py	Sun Oct 25 21:19:13 2009 -0400
@@ -15,9 +15,6 @@
     secret = app_conf.get('secret', 'secret')
     return BitsyAuth(HTTPExceptionHandler(app), global_conf, app.passwords, app.newuser, 'bitsyblog', secret)
 
-# TODO: use wsgifilter.proxyapp.DebugHeaders to debug the headers apache
-# doesn't like
-
 def bitsierfactory(global_conf, **app_conf):
     """make single-user bitsyblog"""
     config = [ 'file_dir', 'date_format', 'subject', 'n_links', 'help_file' ]