Skip to content

Commit b967dff

Browse files
committed
fix: remove excesses loggin
1 parent 7a20815 commit b967dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func Run(ctx context.Context, group, namespace, labels string, hostPortOffset in
243243

244244
ports := []string{fmt.Sprintf("%d:%d", hostPort, containerPort)}
245245

246-
fw, err := portforward.New(dialer, ports, stopChan.Done(), readyChan, out, out)
246+
fw, err := portforward.New(dialer, ports, stopChan.Done(), readyChan, nil, nil)
247247
if err != nil {
248248
panic(err)
249249
}

0 commit comments

Comments
 (0)