remove logging of updater state update

This commit is contained in:
Stephen Birarda 2016-01-19 15:46:46 -08:00 committed by Ryan Huffman
parent e2ee5fa380
commit 33923805e0

View file

@ -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');