fix: remove stray console.log

This commit is contained in:
Michael Vines 2019-03-14 15:27:08 -07:00
parent 759d7b9cc2
commit 7469eb5732
1 changed files with 0 additions and 1 deletions

View File

@ -536,7 +536,6 @@ export class Connection {
for (let id of accountKeys) {
const {subscriptionId, publicKey} = this._accountChangeSubscriptions[id];
console.log('pubkey: ' + publicKey);
if (subscriptionId === null) {
try {
this._accountChangeSubscriptions[