aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/loadingIndicator.uc.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/firefox.home/chrome/loadingIndicator.uc.js')
-rw-r--r--modules/firefox.home/chrome/loadingIndicator.uc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/firefox.home/chrome/loadingIndicator.uc.js b/modules/firefox.home/chrome/loadingIndicator.uc.js
index 61ba50b..286376a 100644
--- a/modules/firefox.home/chrome/loadingIndicator.uc.js
+++ b/modules/firefox.home/chrome/loadingIndicator.uc.js
@@ -63,7 +63,7 @@
onProgressStateUpdate: (win, state) => {
/** @type {HTMLElement} */
const urlBar = win.gURLBar.textbox;
- console.log(state, urlBar);
+ // console.log(state, urlBar);
if (!urlBar) return;
// urlBar.style.setProperty('--ff-urlbar-progress', perc);