Skip to content

Commit

Permalink
disable printing of results which can be very large
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Jul 9, 2018
1 parent 5e46914 commit 87a53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def purge_products(query,component,operation):
scroll_url = "{0}/_search".format(es_url,es_index)

results = hysds_commons.request_utils.post_scrolled_json_responses(start_url,scroll_url,generator=True,data=json.dumps(query),logger=logger)
print results
#print results

if component=='tosca':
for result in results:
Expand Down

0 comments on commit 87a53fe

Please sign in to comment.