Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Nov 27, 2023
1 parent 22c448f commit 11b6a25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hardwario/chester/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ def validate_pib_param(ctx, param, value):


def validate_pib_hw_variant(ctx, param, value):
print('validate_pib_hw_variant', ctx.obj, param.name, value)

filepath = download_url(f'https://production.hardwario.com/api/v1/product/family/chester', filename=f'chester_product_list.json')
products = json.load(open(filepath))

Expand Down

0 comments on commit 11b6a25

Please sign in to comment.