mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +02:00
remove logging of updater state update
This commit is contained in:
parent
e2ee5fa380
commit
33923805e0
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ function ready() {
|
|||
var currentState = null;
|
||||
|
||||
function updateState(state, args) {
|
||||
console.log(state, args);
|
||||
if (state == 'downloading') {
|
||||
function formatBytes(size) {
|
||||
return (size / 1000000).toFixed('2');
|
||||
|
|
Loading…
Reference in a new issue