remove console.log message that will break IE because IE doesn't have a console.
This commit is contained in:
parent
b18acea58d
commit
3d97a50176
|
@ -717,8 +717,6 @@ TorrentFile.prototype = {
|
|||
this.refreshProgressHTML();
|
||||
this.refreshWantedHTML();
|
||||
this.refreshPriorityHTML();
|
||||
} else {
|
||||
console.log( "skipping because not dirty" );
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue