Skip to content

Commit

Permalink
chore(nostr): remove unused code #1727
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Nov 28, 2022
1 parent 29d91dc commit ad90f92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 88 deletions.

This file was deleted.

19 changes: 0 additions & 19 deletions src/extension/background-script/actions/permissions/delete.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/extension/background-script/actions/permissions/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/extension/background-script/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as ln from "./actions/ln";
import lnurl, { auth } from "./actions/lnurl";
import * as nostr from "./actions/nostr";
import * as payments from "./actions/payments";
import * as permissions from "./actions/permissions";
import * as settings from "./actions/settings";
import * as setup from "./actions/setup";
import * as webln from "./actions/webln";
Expand Down Expand Up @@ -51,7 +50,6 @@ const routes = {
lnurl: lnurl,
lnurlAuth: auth,
getCurrencyRate: cache.getCurrencyRate,
deletePermission: permissions.deletePermission,
nostr: {
generatePrivateKey: nostr.generatePrivateKey,
getPrivateKey: nostr.getPrivateKey,
Expand Down

0 comments on commit ad90f92

Please sign in to comment.