Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <ahadas@redhat.com>
  • Loading branch information
ahadas committed Aug 28, 2023
1 parent 1260cc6 commit a274ad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/provider/container/openstack/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ func (r *VolumeAdapter) GetUpdates(ctx *Context) (updates []Updater, err error)
}
for i := range volumeList {
volume := &Volume{volumeList[i]}
klog.Info("Getting update for volume", "volume", volume.ID)
switch volume.Status {
case VolumeStatusDeleting:
updater := func(tx *libmodel.Tx) (err error) {
Expand Down

0 comments on commit a274ad4

Please sign in to comment.