Skip to content

Commit

Permalink
remove unused source code
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 23, 2017
1 parent bdd594b commit f516cd3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
66 changes: 0 additions & 66 deletions src/js/profiler.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

µBlock.restart = (function() {

//quickProfiler.start('start.js');

/******************************************************************************/

var µb = µBlock;
Expand Down Expand Up @@ -85,8 +83,6 @@ var onAllReady = function() {
]);
}

//quickProfiler.stop(0);

µb.contextMenu.update(null);
µb.firstInstall = false;

Expand Down
4 changes: 0 additions & 4 deletions src/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,6 @@
}
this.loadingFilterLists = true;

//quickProfiler.start('µBlock.loadFilterLists()');

var µb = this,
filterlistsCount = 0,
loadedListKeys = [];
Expand All @@ -613,8 +611,6 @@
µb.redirectEngine.freeze();
vAPI.storage.set({ 'availableFilterLists': µb.availableFilterLists });

//quickProfiler.stop(0);

vAPI.messaging.broadcast({
what: 'staticFilteringDataChanged',
parseCosmeticFilters: µb.userSettings.parseAllABPHideFilters,
Expand Down

0 comments on commit f516cd3

Please sign in to comment.