Skip to content

Commit

Permalink
Accidentally commited some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
congon4tor authored Nov 3, 2023
1 parent 42fddaf commit 03dfea2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def __list_packages__(self, regional_client):
)
# Save all the packages information
self.repositories[repository].packages = packages
if self.repositories[repository].name == "cfn":
print(packages)

except ClientError as error:
if error.response["Error"]["Code"] == "ResourceNotFoundException":
Expand Down

0 comments on commit 03dfea2

Please sign in to comment.