Skip to content

Commit

Permalink
chore(cmd/driver): remove redundant log.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed May 9, 2024
1 parent 7982692 commit 3042921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/driver/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func (o *driverInstallOptions) RunDriverInstall(ctx context.Context) (string, er
}
buf.Reset()
if err == nil {
o.Printer.Logger.Info("Driver built.", o.Printer.Logger.Args("path", dest))
return dest, nil
}
if errors.Is(err, driverdistro.ErrAlreadyPresent) {
Expand Down

0 comments on commit 3042921

Please sign in to comment.