Skip to content

Commit

Permalink
Update monitor_update_csv.py
Browse files Browse the repository at this point in the history
removed debug
  • Loading branch information
michael-fleming authored Nov 21, 2023
1 parent 05aafbd commit 649f5da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions monitoring/scripts/monitor_update_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def main(argv):
input_url = arg

policyList = getpolicylist(os.getenv('KEY'))
print(policyList)

result = setMonitors(input_url, policyList)
result = setSynthetics(input_url, policyList)
Expand Down Expand Up @@ -134,4 +133,4 @@ def setSynthetics(input_url, policyList):


if __name__ == "__main__":
result = main(sys.argv[1:])
result = main(sys.argv[1:])

0 comments on commit 649f5da

Please sign in to comment.