From: Kilian Saffran Date: Mon, 8 Oct 2018 12:06:12 +0000 (+0200) Subject: deactivation du jsdump X-Git-Tag: 3.24.7 X-Git-Url: http://cloud.dks.lu/git/?a=commitdiff_plain;h=a3fda018ef064c78da12e55ad15375c28c363885;p=creorga.git deactivation du jsdump --- diff --git a/app_v3/chrome/content/js/system.js b/app_v3/chrome/content/js/system.js index 9cca41a..dc9b79d 100644 --- a/app_v3/chrome/content/js/system.js +++ b/app_v3/chrome/content/js/system.js @@ -1,9 +1,9 @@ //Source-code licensed under EUPL v1.1 ( Copyright 2016 By DKS s.à r.l. - Kilian Saffran - Luxembourg ) -function jsdump(str) { - Components.classes['@mozilla.org/consoleservice;1'] - .getService(Components.interfaces.nsIConsoleService) - .logStringMessage(str); -} +// function jsdump(str) { +// Components.classes['@mozilla.org/consoleservice;1'] +// .getService(Components.interfaces.nsIConsoleService) +// .logStringMessage(str); +// } Components.utils["import"]("resource://gre/modules/FileUtils.jsm"); Components.utils["import"]("resource://gre/modules/Services.jsm");