Browse Source

Remove unused handler

gre-patch-1
Gaëtan Renaudeau 6 years ago
parent
commit
eb23de6ba1
No known key found for this signature in database GPG Key ID: 7B66B85F042E5451
  1. 2
      src/main/app.js

2
src/main/app.js

@ -172,8 +172,6 @@ const installExtensions = async () => {
).catch(console.log) // eslint-disable-line
}
app.setAsDefaultProtocolClient('ledgerhq')
app.on('ready', async () => {
if (__DEV__) {
await installExtensions()

Loading…
Cancel
Save