Remove unecessary return statement

This commit is contained in:
Feross Aboukhadijeh
2016-10-05 01:11:00 -07:00
parent 8801a87a58
commit 852fc86cbd

View File

@@ -125,8 +125,6 @@ function startTorrenting (torrentKey, torrentID, path, fileModtimes, selections)
// Only download the files the user wants, not necessarily all files
torrent.once('ready', () => selectFiles(torrent, selections))
return torrent
}
function stopTorrenting (infoHash) {