Skip to content

Commit dc6c2fc

Browse files
committed
Removing debug line
1 parent 1a18720 commit dc6c2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stashcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def es_send(payload):
419419
f.close()
420420
except urllib2.URLError, e:
421421
logging.warning("Error posting to ES: %s", str(e))
422-
print payload
422+
423423
p = multiprocessing.Process(target=_es_send, name="_es_send", args=(payload,))
424424
p.start()
425425
p.join(5)

0 commit comments

Comments
 (0)