mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
remove console.log message that will break IE because IE doesn't have a console.
This commit is contained in:
@@ -717,8 +717,6 @@ TorrentFile.prototype = {
|
||||
this.refreshProgressHTML();
|
||||
this.refreshWantedHTML();
|
||||
this.refreshPriorityHTML();
|
||||
} else {
|
||||
console.log( "skipping because not dirty" );
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user