Skip to content

Commit

Permalink
removed leftover debugging print command
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Oct 19, 2022
1 parent f61c4c0 commit a0890da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuztf/ampel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def ampel_api_name(
API_ZTF_ARCHIVE_URL
+ f"/object/{ztf_name}/alerts?with_history={hist}&with_cutouts={cutouts}&limit={limit}"
)
print(queryurl_ztf_name)

logger.debug(queryurl_ztf_name)

Expand Down

0 comments on commit a0890da

Please sign in to comment.