Skip to content

Commit

Permalink
Refine the events
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab committed Apr 19, 2022
1 parent 94274c0 commit efd011b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud/scope/powervs_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func (i *PowerVSImageScope) CreateImageCOSBucket() (*models.ImageReference, *mod
return nil, nil, err
} else if imageReply != nil {
i.Info("Image already exists")
record.Eventf(i.IBMPowerVSImage, "SuccessfulRetriveImage", "Retrieved Image %q", *imageReply.Name)
return imageReply, nil, nil
}

Expand Down

0 comments on commit efd011b

Please sign in to comment.