Skip to content

Commit

Permalink
Revert "Add upcoming permission notification (OctoLinker#875)" (OctoL…
Browse files Browse the repository at this point in the history
…inker#878)

This reverts commit f051bf8.
  • Loading branch information
stefanbuck authored Apr 7, 2020
1 parent 2c8b18c commit 818ab62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions packages/core/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as storage from '@octolinker/helper-settings';
import helperSortUrls from '@octolinker/helper-sort-urls';
import normaliseResolverResults from '@octolinker/helper-normalise-resolver-results';
import notification from './notification';
import updateNotice from './update-notice';
import Plugins from './plugin-manager.js';
import debugMode from './debug-mode.js';
import loader from './loader.js';
Expand Down Expand Up @@ -71,7 +70,6 @@ function watch(viewSpy) {
function init() {
debugMode(storage.get('debugMode'));
notification();
updateNotice();

injection(() => {
if (!blobReader.hasBlobs()) {
Expand Down
36 changes: 0 additions & 36 deletions packages/core/update-notice.js

This file was deleted.

0 comments on commit 818ab62

Please sign in to comment.