Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjac committed Apr 5, 2024
1 parent a853363 commit 2253cf4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def list(self, offer_external_id):

if offer.type == "AzureApplication":
result = self._sdk.submission_client.products_product_id_submissions_get(offer.resource.durable_id, self._get_access_token())
print(f"Result: {result}")
return list(map(self._map_application_submission, result.value))

raise CLIError("Only AzureContainer and AzureApplication offers are supported for submission commands")
Expand Down

0 comments on commit 2253cf4

Please sign in to comment.