Skip to content

Commit

Permalink
Delete console.log left there after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
KanoczTomas committed Dec 31, 2017
1 parent b738e68 commit 381150d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Expand Up @@ -104,7 +104,6 @@ sock.on('message', function(topic, message) {
data: txHex,
fee: fee
});
console.log('fee is ' + fee + 'for txid: ' + txid);
})
.catch(function (err){
console.error('There was an error during getmempoolentry RPC');
Expand Down

0 comments on commit 381150d

Please sign in to comment.