remove console.log message that will break IE because IE doesn't have a console.

This commit is contained in:
Charles Kerr 2009-04-29 13:27:08 +00:00
parent b18acea58d
commit 3d97a50176
1 changed files with 0 additions and 2 deletions

View File

@ -717,8 +717,6 @@ TorrentFile.prototype = {
this.refreshProgressHTML(); this.refreshProgressHTML();
this.refreshWantedHTML(); this.refreshWantedHTML();
this.refreshPriorityHTML(); this.refreshPriorityHTML();
} else {
console.log( "skipping because not dirty" );
} }
}, },