diff options
Diffstat (limited to 'mediagoblin/gmg_commands/serve.py')
-rw-r--r-- | mediagoblin/gmg_commands/serve.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/serve.py b/mediagoblin/gmg_commands/serve.py index 64400fdd..6ded1cfc 100644 --- a/mediagoblin/gmg_commands/serve.py +++ b/mediagoblin/gmg_commands/serve.py @@ -29,7 +29,6 @@ class ServeCommand(object): return loadapp(app_spec, name=name, relative_to=relative_to, **kwargs) def daemonize(self): - # TODO: pass to gunicorn if available pass def restart_with_reloader(self): |