Removed redundant / excessively verbose debug

Before: http://paste.openstack.org/raw/19365/
After: http://paste.openstack.org/raw/19364/

Change-Id: Iea2bc9a3448669031ed3e5578a01537635087289
This commit is contained in:
Dolph Mathews 2012-07-12 09:47:39 -05:00
parent 2a909ee83d
commit 8a94a9c4b7
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ def serve(*servers):
signal.signal(signal.SIGINT, sigint_handler)
for server in servers:
logging.debug("starting server %s on port %s",
server.application,
server.port)
server.start()
# notify calling process we are ready to serve