From 2d6bc11f9c8ff5290aa7014fcc49c53c0ffa58a8 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 14 Dec 2020 13:51:22 +0100 Subject: [PATCH] Remove console noise --- customize.dist/loading.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 6e4781aaf..8efca25fd 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -318,8 +318,8 @@ button:not(.btn).primary:hover{ // Make sure progress doesn't go backward var c = types.indexOf(data.type); - if (c < current) { return console.error(data); } - if (c === current && progress > data.progress) { return console.error(data); } + if (c < current) { return console.debug(data); } + if (c === current && progress > data.progress) { return console.debug(data); } progress = data.progress; try {