mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
remove console.log message that will break IE because IE doesn't have a console.
This commit is contained in:
parent
b18acea58d
commit
3d97a50176
1 changed files with 0 additions and 2 deletions
|
@ -717,8 +717,6 @@ TorrentFile.prototype = {
|
|||
this.refreshProgressHTML();
|
||||
this.refreshWantedHTML();
|
||||
this.refreshPriorityHTML();
|
||||
} else {
|
||||
console.log( "skipping because not dirty" );
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue