diff --git a/lib/PeerSync.js b/lib/PeerSync.js index 6e507e10..c5651763 100644 --- a/lib/PeerSync.js +++ b/lib/PeerSync.js @@ -51,7 +51,6 @@ function spec() { }; PeerSync.prototype.handleTx = function(info) { - console.log(JSON.stringify(info.message)); var tx = info.message.tx.getStandardizedObject(); console.log('[p2p_sync] Handle tx: ' + tx.hash);