Skip to content

Commit f516cd3

Browse files
committed
remove unused source code
1 parent bdd594b commit f516cd3

3 files changed

Lines changed: 0 additions & 74 deletions

File tree

src/js/profiler.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/js/start.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
µBlock.restart = (function() {
3131

32-
//quickProfiler.start('start.js');
33-
3432
/******************************************************************************/
3533

3634
var µb = µBlock;
@@ -85,8 +83,6 @@ var onAllReady = function() {
8583
]);
8684
}
8785

88-
//quickProfiler.stop(0);
89-
9086
µb.contextMenu.update(null);
9187
µb.firstInstall = false;
9288

src/js/storage.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,6 @@
597597
}
598598
this.loadingFilterLists = true;
599599

600-
//quickProfiler.start('µBlock.loadFilterLists()');
601-
602600
var µb = this,
603601
filterlistsCount = 0,
604602
loadedListKeys = [];
@@ -613,8 +611,6 @@
613611
µb.redirectEngine.freeze();
614612
vAPI.storage.set({ 'availableFilterLists': µb.availableFilterLists });
615613

616-
//quickProfiler.stop(0);
617-
618614
vAPI.messaging.broadcast({
619615
what: 'staticFilteringDataChanged',
620616
parseCosmeticFilters: µb.userSettings.parseAllABPHideFilters,

0 commit comments

Comments
 (0)