diff --git a/cmd/driver/install/install.go b/cmd/driver/install/install.go index 96f1b21c..87bfc734 100644 --- a/cmd/driver/install/install.go +++ b/cmd/driver/install/install.go @@ -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) {