Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 26, 2018
1 parent 1273b46 commit e44b0fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kube_resource_report/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def query_cluster(
ingress = futures[future]
try:
response = future.result()
print(response.request.headers)
status = response.status_code
except:
status = 999
Expand Down

0 comments on commit e44b0fa

Please sign in to comment.