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 @@ -298,11 +298,11 @@ bConnected: false, xConnect: browser.runtime.connect({name: "content-script port"}), start: function () { - console.log("[Grammalecte] background port: start."); + //console.log("[Grammalecte] background port: start."); this.listen(); this.listen2(); //this.ping(); },