Skip to content

Commit 5040196

Browse files
committed
fix(blockchain-link): remove console.error in solana rpc
1 parent 70b9fdd commit 5040196

File tree

1 file changed

+0
-2
lines changed
  • packages/blockchain-link/src/workers/solana

1 file changed

+0
-2
lines changed

packages/blockchain-link/src/workers/solana/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@ const handleAccountNotification = async (
620620
if (account.subscriptionId) abortSubscription(account.subscriptionId);
621621
state.removeAccounts([account]);
622622
context.onNetworkDisconnect();
623-
} else {
624-
console.error('Solana subscription error:', error);
625623
}
626624
}
627625
};

0 commit comments

Comments
 (0)