remove stray console.log

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 18:35:47 -08:00
parent cdfe479018
commit 63fbbd0882

View File

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