fix: remove stray console.log
This commit is contained in:
@ -536,7 +536,6 @@ export class Connection {
|
|||||||
|
|
||||||
for (let id of accountKeys) {
|
for (let id of accountKeys) {
|
||||||
const {subscriptionId, publicKey} = this._accountChangeSubscriptions[id];
|
const {subscriptionId, publicKey} = this._accountChangeSubscriptions[id];
|
||||||
console.log('pubkey: ' + publicKey);
|
|
||||||
if (subscriptionId === null) {
|
if (subscriptionId === null) {
|
||||||
try {
|
try {
|
||||||
this._accountChangeSubscriptions[
|
this._accountChangeSubscriptions[
|
||||||
|
Reference in New Issue
Block a user