Skip to content

Commit

Permalink
remove print (#35855)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0lawrence authored May 31, 2024
1 parent 3b603cf commit 66bafef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def _release(
_content = body
else:
_content = json.dumps(body, cls=SdkJSONEncoder, exclude_readonly=True) # type: ignore
print(_content)

_request = build_event_grid_consumer_release_request(
topic_name=topic_name,
event_subscription_name=event_subscription_name,
Expand Down

0 comments on commit 66bafef

Please sign in to comment.