Skip to content

Commit 347e7dc

Browse files
authored
delete unneeded comment
1 parent 35638cb commit 347e7dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/liveshare/port_forwarder.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ func (fwd *PortForwarder) shareRemotePort(ctx context.Context) (channelID, error
9898
err = fmt.Errorf("failed to share remote port %d: %w", fwd.remotePort, err)
9999
}
100100

101-
// wait for port change kind start
102-
103101
return id, err
104102
}
105103

0 commit comments

Comments
 (0)