Commenting out 'getRawBlock' logging
This commit is contained in:
parent
10db01654e
commit
d831d36835
@ -186,7 +186,7 @@ BlockService.prototype.getRawBlock = function(hash, callback) {
|
||||
if (!block || typeof block_raw == "undefined" || typeof block_raw_str_hex == "undefined" || block_raw_str_hex == '') {
|
||||
return callback();
|
||||
}
|
||||
log.info("Testing getRawBlock " + block_raw_str_hex);
|
||||
//log.info("Testing getRawBlock " + block_raw_str_hex);
|
||||
callback(null, block.toRaw().toString('hex'));
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user