Skip to content

Commit

Permalink
fix: removed else
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jul 15, 2024
1 parent 5ec8527 commit 99ee1ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/beacon-dapp/src/dapp-client/DAppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,6 @@ export class DAppClient extends Client {
await handleDisconnect()
} else if (typedMessage.type === BeaconMessageType.ChangeAccountRequest) {
await this.onNewAccount(typedMessage as ChangeAccountRequest, connectionInfo)
} else {
// This needs to be a debug log because, due to the BC feature,
// IDs generated in another tab will also be handled here.
logger.debug('handleResponse', 'no request found for id ', message.id, message)
}
}

Expand Down

0 comments on commit 99ee1ad

Please sign in to comment.