Index: gc_lang/fr/webext/content_scripts/init.js ================================================================== --- gc_lang/fr/webext/content_scripts/init.js +++ gc_lang/fr/webext/content_scripts/init.js @@ -293,11 +293,10 @@ return; } browser.storage.local.get("autorefresh_option").then(autoRefreshOption, showError); } else if (oSavedOptions.hasOwnProperty("autorefresh_option")) { - console.log("autorefresh_option", oSavedOptions["autorefresh_option"]); oGrammalecte.bAutoRefresh = oSavedOptions["autorefresh_option"]; } } autoRefreshOption();