Skip to content

Commit

Permalink
useless console.log removed (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
iambeone authored Mar 25, 2020
1 parent a306cb1 commit 74da6ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/block-listeners/polkadot-node-subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ class PolkadotNodeSubscription {
// transaction to each subscribed user.
block.transactions.forEach(tx => {
tx.involvedAddresses.forEach(address => {
console.log(`publishUserTransactionAddedV2`, address, tx)
publishUserTransactionAddedV2(this.network.id, address, tx)
console.log(`publishEvent`, address, tx)
publishEvent(this.network.id, 'transaction', address, tx)
})
})
Expand Down

0 comments on commit 74da6ae

Please sign in to comment.