Skip to content

Commit

Permalink
Removed extra print statement (Azure#27766)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthandeMS authored Dec 1, 2022
1 parent 774c9a7 commit 6642030
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ def _load_from_rest(cls, rest_obj: ComputeResource) -> "ComputeInstance":
os_image_metadata = None
if prop.properties and prop.properties.os_image_metadata:
metadata = prop.properties.os_image_metadata
print(metadata)
os_image_metadata = ImageMetadata(
is_latest_os_image_version=metadata.is_latest_os_image_version
if metadata.is_latest_os_image_version is not None
Expand Down

0 comments on commit 6642030

Please sign in to comment.