mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 16:23:17 +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;
|
var currentState = null;
|
||||||
|
|
||||||
function updateState(state, args) {
|
function updateState(state, args) {
|
||||||
console.log(state, args);
|
|
||||||
if (state == 'downloading') {
|
if (state == 'downloading') {
|
||||||
function formatBytes(size) {
|
function formatBytes(size) {
|
||||||
return (size / 1000000).toFixed('2');
|
return (size / 1000000).toFixed('2');
|
||||||
|
|
Loading…
Reference in a new issue