diff --git a/index.js b/index.js index 720ae883..8aa66c6b 100644 --- a/index.js +++ b/index.js @@ -84,7 +84,6 @@ function createMainWindow () { function addTorrentFromPaste () { var torrentIds = electron.clipboard.readText().split('\n') - console.log(torrentIds) torrentIds.forEach(function (torrentId) { torrentId = torrentId.trim() if (torrentId.length === 0) return