Skip to content

Commit

Permalink
chore: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Jan 16, 2024
1 parent 5459fa4 commit 2227581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/w3iProxy/notifyProviders/internalNotifyProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ export default class InternalNotifyProvider implements W3iNotifyProvider {
this.emitter.emit('sync_update', {})
})

// @ts-ignore
window.forceUnregister = (account:string) => {
this.unregister({account})
}

// Ensure we have a registration with echo (if we need it)
this.ensureEchoRegistration()
updateSymkeyState()
Expand Down

0 comments on commit 2227581

Please sign in to comment.