Skip to content

Commit

Permalink
remove print statement for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Oct 5, 2023
1 parent ad7eb66 commit fbfb21c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kowalski/alert_brokers/alert_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1887,8 +1887,6 @@ def alert_sentinel_skyportal(self, alert, prv_candidates, passed_filters):

for passed_filter in passed_filters_followup:
# look for existing requests with the same allocation, target groups, and payload
if len(existing_requests) > 0:
log(str(existing_requests[0]["target_groups"]))
existing_requests_filtered = [
(i, r)
for (i, r) in enumerate(existing_requests)
Expand Down

0 comments on commit fbfb21c

Please sign in to comment.