Skip to content

Commit

Permalink
Remove debugging print statement inadvertently committed in 913b81.
Browse files Browse the repository at this point in the history
  • Loading branch information
AngieHinrichs committed Apr 12, 2022
1 parent 2b04e55 commit c9bf5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pangolin/utils/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def get_latest_release(dependency):
latest_release_tarball = latest_release_dict['tarball_url']
# extract and clean up latest release version
latest_release = latest_release_dict['tag_name']
print(f"Latest for {dependency} is {latest_release}")
return latest_release, latest_release_tarball


Expand Down

0 comments on commit c9bf5c6

Please sign in to comment.