From 3191266fc8376657ff87c400eb9e124521b17a29 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 11 Feb 2014 18:34:24 -0300 Subject: [PATCH] remove console.log --- lib/PeerSync.js | 1 - 1 file changed, 1 deletion(-) 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);