Skip to content

Commit

Permalink
remove label log
Browse files Browse the repository at this point in the history
Signed-off-by: pault84 <[email protected]>
  • Loading branch information
pault84 committed Jun 11, 2021
1 parent 01b56d7 commit d04fd70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/3ncryptor/3ncryptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ func newEncryptCommand() *cobra.Command {

logrus.Infof("Cloning encrypted volume: %v", encVol.Locator.Name)
if !dryRun {
logrus.Infof("encVol Labels: %v", encVol.Locator.VolumeLabels)
if err := cloneVol(encVol, origVolName); err != nil {
logrus.Errorf("cloneVol failed to clone volume: %v with %v", encVol.Locator.Name, err)
return
Expand Down

0 comments on commit d04fd70

Please sign in to comment.