Skip to content

Commit 745142c

Browse files
committed
wip
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
1 parent 3646625 commit 745142c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/helm/nelm/logger.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ func (n *NelmLogger) ErrorPop(_ context.Context, _ string) {
8686
}
8787

8888
func (n *NelmLogger) InfoBlock(ctx context.Context, opts nelmlog.BlockOptions, fn func()) {
89-
fmt.Printf("LESIKOVTEST: start infoblock\n")
90-
fmt.Printf("LESIKOVTEST: blocktitle: %s\n", opts.BlockTitle)
9189
n.logger.InfoContext(ctx, opts.BlockTitle)
9290

9391
fn()

0 commit comments

Comments
 (0)