Skip to content

Commit

Permalink
#367 FF bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Oct 4, 2016
1 parent 91de8bd commit 5f7d497
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Extension/browser/firefox/bootstrap.js
Expand Up @@ -49,9 +49,6 @@ function startup(data, reason) {
version = data.version;
}

console.log('App version:' + version);
console.log(bgProcess);

// Already started?
if (bgProcess !== null) {
console.log('App is already started');
Expand All @@ -61,10 +58,6 @@ function startup(data, reason) {
var appShell = Components.classes['@mozilla.org/appshell/appShellService;1']
.getService(Components.interfaces.nsIAppShellService);

console.log(appShell);

console.log('App startup 2');

var isReady = function () {
var hiddenDoc;

Expand Down Expand Up @@ -105,8 +98,6 @@ function startup(data, reason) {
return;
}

console.log('App startup 3');

// https://github.com/gorhill/uBlock/issues/749
// Poll until the proper environment is set up -- or give up eventually.
// We poll frequently early on but relax poll delay as time pass.
Expand Down

0 comments on commit 5f7d497

Please sign in to comment.