Skip to content

Commit 95dcd1c

Browse files
authored
do not print debug log to screen on install failure (#480)
* do not print debug log to screen on install failure * this log is redundant with the one produced by helpers.RunCommand
1 parent 3ec1a17 commit 95dcd1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/addons/adminconsole/adminconsole.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ func (a *AdminConsole) Outro(ctx context.Context, cli client.Client) error {
293293
}
294294

295295
if _, err := helpers.RunCommand(kotsBinPath, installArgs...); err != nil {
296-
loading.Debugf("kubectl-kots %v", installArgs)
297296
loading.Close()
298297
return fmt.Errorf("unable to install the application: %w", err)
299298
}

0 commit comments

Comments
 (0)