Skip to content

Commit

Permalink
Merge "Remove a debugging print statement"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 26, 2014
2 parents 08c111e + 3496e07 commit bb4d2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swiftclient/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,6 @@ def _delete_object(self, conn, container, obj, options,
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
Expand Down

0 comments on commit bb4d2ab

Please sign in to comment.