mirror of https://github.com/BTCPrivate/z-nomp.git
Minor change in logging: does not log 'Share data and stats recorded' anymore
This commit is contained in:
parent
9f7031232b
commit
167be4baf0
|
@ -42,7 +42,6 @@ module.exports = function(logger, poolConfig){
|
|||
|
||||
this.handleShare = function(isValidShare, isValidBlock, shareData){
|
||||
|
||||
|
||||
var redisCommands = [];
|
||||
|
||||
if (isValidShare){
|
||||
|
@ -71,8 +70,8 @@ module.exports = function(logger, poolConfig){
|
|||
connection.multi(redisCommands).exec(function(err, replies){
|
||||
if (err)
|
||||
logger.error(logSystem, logComponent, logSubCat, 'Error with share processor multi ' + JSON.stringify(err));
|
||||
else
|
||||
logger.debug(logSystem, logComponent, logSubCat, 'Share data and stats recorded');
|
||||
//else
|
||||
//logger.debug(logSystem, logComponent, logSubCat, 'Share data and stats recorded');
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue