remove stray console.log
This commit is contained in:
1
index.js
1
index.js
@@ -84,7 +84,6 @@ function createMainWindow () {
|
|||||||
|
|
||||||
function addTorrentFromPaste () {
|
function addTorrentFromPaste () {
|
||||||
var torrentIds = electron.clipboard.readText().split('\n')
|
var torrentIds = electron.clipboard.readText().split('\n')
|
||||||
console.log(torrentIds)
|
|
||||||
torrentIds.forEach(function (torrentId) {
|
torrentIds.forEach(function (torrentId) {
|
||||||
torrentId = torrentId.trim()
|
torrentId = torrentId.trim()
|
||||||
if (torrentId.length === 0) return
|
if (torrentId.length === 0) return
|
||||||
|
|||||||
Reference in New Issue
Block a user