Temove outdated comment

As per https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/merge_requests/502#note_3159902.

The comment was added in c28c8ca489,
and got outdated apparently after
83c01565ef.

Signed-off-by: Cecylia Bocovich <cohosh@torproject.org>
This commit is contained in:
WofWca 2025-02-12 20:21:38 +04:00 committed by Cecylia Bocovich
parent cb0fb02cd5
commit 57eefd4b37
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -520,9 +520,6 @@ func (sf *SnowflakeProxy) makePeerConnectionFromOffer(
log.Println("Generating answer...")
answer, err := pc.CreateAnswer(nil)
// blocks on ICE gathering. we need to add a timeout if needed
// not putting this in a separate go routine, because we need
// SetLocalDescription(answer) to be called before sendAnswer
if err != nil {
if inerr := pc.Close(); inerr != nil {
log.Printf("ICE gathering has generated an error when calling pc.Close: %v", inerr)