Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Jul 24, 2023
1 parent 401b26e commit 7e5edda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/shop/cred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def cred_home(ua_contracts_api, **_):
available_products = ua_contracts_api.get_product_listings(
"canonical-cube"
).get("productListings")
print(available_products)
for product in available_products:
if product.get("name") == "CUE Linux Essentials":
return flask.render_template(
Expand Down

0 comments on commit 7e5edda

Please sign in to comment.