You've already forked torrent-client
mirror of
https://github.com/veggiedefender/torrent-client.git
synced 2025-11-06 09:29:16 +02:00
Remove commented out code
This commit is contained in:
@@ -45,7 +45,6 @@ func (t *TorrentFile) Download() ([]byte, error) {
|
||||
}
|
||||
|
||||
peers, err := t.getPeers(peerID, Port)
|
||||
// peers := []p2p.Peer{{IP: net.IP{127, 0, 0, 1}, Port: 51413}}
|
||||
torrent := p2p.Torrent{
|
||||
Peers: peers,
|
||||
PeerID: peerID,
|
||||
|
||||
Reference in New Issue
Block a user