Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 3, 2024
1 parent 6986d07 commit 9bc1ced
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/controllers/ConnectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ export const ConnectionController = {
},

async connectExternal(options: ConnectExternalOptions) {
console.log('ConnectionController: Connecting external', options)
await this._getClient().connectExternal?.(options)
console.log('ConnectionController: Connected external', options)
StorageUtil.setConnectedConnector(options.type)
},

Expand Down

0 comments on commit 9bc1ced

Please sign in to comment.