1
0
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:
Jesse
2019-12-29 19:55:21 -05:00
parent 5a57bde05a
commit 43d771aa0d
2 changed files with 0 additions and 3 deletions

View File

@@ -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,