Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
server: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jun 25, 2018
1 parent addbeed commit 42b27e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ func main() {
if strings.HasPrefix(normalized, "0.0.0.0") {
l.Warn("running on all interfaces")
l.Warn("picking addr from ICE")
// Picking first addr from ice candidate.
addrs, err := ice.Gather()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 42b27e4

Please sign in to comment.