Skip to content

Commit

Permalink
removed debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
billfeng327 committed Feb 13, 2019
1 parent 1709313 commit 152626b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/run_tests/python_utils/upload_rbe_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ def _get_resultstore_data(api_key, invocation_id):
# that limit, the 'nextPageToken' field is included in the request to get
# subsequent data, so keep requesting until 'nextPageToken' field is omitted.
while True:
print(invocation_id)
print(api_key)
print(page_token)
req = urllib2.Request(
url=
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s&fields=next_page_token,actions.id,actions.status_attributes'
Expand Down

0 comments on commit 152626b

Please sign in to comment.