delete unneeded comment

This commit is contained in:
Bernardo 2022-03-02 01:22:05 +00:00 committed by GitHub
parent 35638cb82f
commit 347e7dc67b

View file

@ -98,8 +98,6 @@ func (fwd *PortForwarder) shareRemotePort(ctx context.Context) (channelID, error
err = fmt.Errorf("failed to share remote port %d: %w", fwd.remotePort, err)
}
// wait for port change kind start
return id, err
}