summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Wright <joel.wright@sohonet.com>2014-09-25 09:23:44 +0100
committerAlistair Coles <alistair.coles@hp.com>2014-09-25 11:03:43 +0000
commit3496e07ea42bed9e45203a13322f6b77f8feae96 (patch)
tree1c421e3b9b10ef3fd0efde556cd375a3222f3fbd
parent8f1b394325804c23ac18e7f9da6cb56a3b95eed2 (diff)
downloadpython-swiftclient-3496e07ea42bed9e45203a13322f6b77f8feae96.tar.gz
Remove a debugging print statement
This patch removes a debugging print statement that slipped into service.py in patch https://review.openstack.org/#/c/85453/ Change-Id: I80eee49eaa74b52e9c36f00669206aa7b2cdec9b
-rw-r--r--swiftclient/service.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/swiftclient/service.py b/swiftclient/service.py
index fa39ecc..467bda9 100644
--- a/swiftclient/service.py
+++ b/swiftclient/service.py
@@ -1898,7 +1898,6 @@ class SwiftService(object):
raise part["error"]
for seg in seg_list:
- print(seg)
del_seg = segment_pool.submit(
self._delete_segment, s_container,
seg, results_queue=results_queue