Skip to content

Commit

Permalink
Removed redundant / excessively verbose debug
Browse files Browse the repository at this point in the history
Before: http://paste.openstack.org/raw/19365/
After: http://paste.openstack.org/raw/19364/

Change-Id: Iea2bc9a3448669031ed3e5578a01537635087289
  • Loading branch information
dolph committed Jul 12, 2012
1 parent 2a909ee commit 8a94a9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/keystone-all
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a94a9c

Please sign in to comment.