Skip to content

Commit

Permalink
fix(blockchain-link): remove console.error in solana rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Jan 27, 2025
1 parent 70b9fdd commit 1709321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/blockchain-link/src/workers/solana/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,6 @@ const handleAccountNotification = async (
if (account.subscriptionId) abortSubscription(account.subscriptionId);
state.removeAccounts([account]);
context.onNetworkDisconnect();
} else {
console.error('Solana subscription error:', error);
}
}
};
Expand Down

0 comments on commit 1709321

Please sign in to comment.