remove log

This commit is contained in:
Manuel Araoz 2014-01-20 14:31:01 -03:00
parent 37d18b7b2d
commit 86e149a0d8
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ module.exports.broadcast_block = function(block) {
};
module.exports.broadcast_address_tx = function(address, tx) {
console.log('sending address tx '+address+' '+tx);
ios.sockets.in(address).emit('atx', tx);
};