Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbc1QWFyb24 committed Dec 17, 2023
1 parent d7d5811 commit a9c36fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/wallets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export const connect = async (wallet: Wallet): Promise<Connection> => {

// if not create one
if (!currentConnection) {
console.log('getting connection:', wallet.label)
connection = getConnection(wallet)
} else {
connection = currentConnection
Expand All @@ -123,7 +122,6 @@ export const connect = async (wallet: Wallet): Promise<Connection> => {
}

connection.connect && (await connection.connect())
console.log('successfully connected:', wallet.label)

if (connection.info.id) {
await db.wallets.update(wallet.id, { nodeId: connection.info.id })
Expand Down

0 comments on commit a9c36fa

Please sign in to comment.