remove stray console.log
This commit is contained in:
parent
cdfe479018
commit
63fbbd0882
1 changed files with 0 additions and 1 deletions
1
index.js
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue