Skip to content

Commit

Permalink
removed log in structure.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 authored and siddharth-nutanix committed Oct 29, 2021
1 parent 3ca3dc5 commit f29ce89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nutanix/structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ func flattenDiskListFilterCloudInitHelper(
if len(potentialCloudInitHelpers) == 1 {
cloudInitHelper = &potentialCloudInitHelpers[0]
cloudInitCdromUUID = cloudInitHelper.UUID
// d.Set("cloud_init_cdrom_uuid", cloudInitCdromUUID)
}
if len(potentialCloudInitHelpers) > 1 {
return nil, nil, fmt.Errorf("more than 1 unknown cd-rom device")
Expand Down

0 comments on commit f29ce89

Please sign in to comment.