Skip to content

Commit

Permalink
Change: Removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 17, 2024
1 parent cb315c7 commit 84ddd6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pontos/github/api/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ async def package_version_tags(
if not response.is_success:
raise GitHubApiError(response)
resp = response.json()
print(resp)
return resp["tags"]

async def delete_package(
Expand Down

0 comments on commit 84ddd6d

Please sign in to comment.