remove console.log

This commit is contained in:
Manuel Araoz 2014-02-11 18:34:24 -03:00
parent 96c47debab
commit 3191266fc8
1 changed files with 0 additions and 1 deletions

View File

@ -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);