diff --git a/yarrr.js b/yarrr.js index 36e4cbc..71fdbf3 100755 --- a/yarrr.js +++ b/yarrr.js @@ -70,7 +70,7 @@ torrents.forEach(function(torrent, i) { if (n > 0) { notify(n + ' torrent' + s + ' → µTorrent') } - writeLog() + //writeLog() } }) })