From 4f6a5bbb3351094e1f63046a7b592e76b164cca1 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Tue, 20 Oct 2015 14:35:08 +0300 Subject: [PATCH] cosmetix --- chrome/ainit.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/chrome/ainit.js b/chrome/ainit.js index f550147..343602d 100644 --- a/chrome/ainit.js +++ b/chrome/ainit.js @@ -39,10 +39,8 @@ const {utils:Cu, classes:Cc, interfaces:Ci, results:Cr} = Components; Cu.import("resource://gre/modules/Services.jsm"); - -Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService).notifyObservers(null, "chrome-flush-caches", null); - -Cu.reportError("loading Orion..."); -Cu.reportError(" ["+Services.prefs.getCharPref("sourceeditor.baseURI")+"]"); +//Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService).notifyObservers(null, "chrome-flush-caches", null); +//Cu.reportError("loading Orion..."); +//Cu.reportError(" ["+Services.prefs.getCharPref("sourceeditor.baseURI")+"]"); Cu.import(Services.prefs.getCharPref("sourceeditor.baseURI")+"source-editor.jsm"); -Cu.reportError("Orion loaded."); +//Cu.reportError("Orion loaded."); -- 2.11.4.GIT