Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Cleanup: Remove unneeded print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof A. Adamski committed Jun 6, 2008
1 parent 58439ec commit 9acec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func/overlord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def process_server(bucketnumber, buckets, server):
# expanded = expand_servers(self.server_spec, port=self.port, noglobs=True, verbose=self.verbose)[0]
expanded_minions = Minions(self.server_spec, port=self.port, noglobs=True, verbose=self.verbose)
minions = expanded_minions.get_urls()[0]
print minions
# print minions
results = process_server(0, 0, minions)

return results
Expand Down

0 comments on commit 9acec08

Please sign in to comment.