From 69a44eb2835da36cb64305034be5d26ed475962f Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 14 Jun 2021 11:49:53 +0200 Subject: [PATCH] chore(snowflake.go): this TODO comment is now an issue (#375) This work concludes https://github.com/ooni/probe/issues/1605. The follow-up issue is https://github.com/ooni/probe/issues/1681. --- internal/ptx/snowflake.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ptx/snowflake.go b/internal/ptx/snowflake.go index 117ef82..0ea2dba 100644 --- a/internal/ptx/snowflake.go +++ b/internal/ptx/snowflake.go @@ -115,7 +115,6 @@ func (d *SnowflakeDialer) iceAddresses() []string { if len(d.ICEAddresses) > 0 { return d.ICEAddresses } - // TODO(bassosimone): add them to the stunreachability return []string{ "stun:stun.voip.blackberry.com:3478", "stun:stun.altar.com.pl:3478",