From 3d97a501762b74e79ae062ff6fdee349c8c7c529 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 29 Apr 2009 13:27:08 +0000 Subject: [PATCH] remove console.log message that will break IE because IE doesn't have a console. --- web/javascript/torrent.js | 2 -- 1 file changed, 2 deletions(-) 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" ); } },