diff --git a/web/javascript/torrent.js b/web/javascript/torrent.js index 2b0909bde..c16d88f8a 100644 --- a/web/javascript/torrent.js +++ b/web/javascript/torrent.js @@ -717,8 +717,6 @@ TorrentFile.prototype = { this.refreshProgressHTML(); this.refreshWantedHTML(); this.refreshPriorityHTML(); - } else { - console.log( "skipping because not dirty" ); } },