From 30429211f5534ed977410f6abf3e0da8471a8762 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 9 May 2024 17:59:33 +0200 Subject: [PATCH] chore(cmd/driver): remove redundant log. Signed-off-by: Federico Di Pierro --- cmd/driver/install/install.go | 1 - 1 file changed, 1 deletion(-) 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) {