Skip to content

Commit

Permalink
don't double start annoucing
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jan 22, 2018
1 parent 4908fe2 commit 05459d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xd/lib/bittorrent/swarm/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ func (sw *Swarm) startTorrent(t *Torrent) {
}
}
}

// start annoucing
go t.StartAnnouncing()
// handle messages
t.Start()
}
Expand Down

0 comments on commit 05459d2

Please sign in to comment.