fix: remove stray console.log
This commit is contained in:
parent
759d7b9cc2
commit
7469eb5732
|
@ -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[
|
||||||
|
|
Loading…
Reference in New Issue