From 6ecbd9bff89abb4d6b498c1f979e1e0521b8594a Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 1 Feb 2010 19:53:34 +0100 Subject: [PATCH] qfix --- gunicorn/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gunicorn/main.py b/gunicorn/main.py index f5c000da..e05c836a 100644 --- a/gunicorn/main.py +++ b/gunicorn/main.py @@ -115,7 +115,6 @@ def main(usage, get_app): def paste_server(app, global_conf=None, host="127.0.0.1", port=None, *args, **kwargs): - configure_logging(opts) if not port: if ':' in host: host, port = host.split(':', 1)