Skip to content

Commit

Permalink
style(cluster): duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Nov 24, 2020
1 parent c221ee7 commit 5c2f7cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cluster/operation/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ func DestroyMonitored(getter ExecutorGetter, inst spec.Instance, options *spec.M
e := getter.Get(inst.GetHost())
log.Infof("Destroying monitored %s", inst.GetHost())

log.Infof("Destroying monitored")
log.Infof("\tDestroying instance %s", inst.GetHost())

// Stop by systemd.
Expand Down

0 comments on commit 5c2f7cd

Please sign in to comment.