Removed console.logs not needed
This commit is contained in:
parent
b85f78ef09
commit
5fd4097ce6
@ -300,7 +300,6 @@ var pool = module.exports = function pool(options, authorizeFn){
|
||||
|
||||
GetBlockTemplate(newDaemon, function(error, result){
|
||||
if (error) {
|
||||
console.error(error);
|
||||
emitErrorLog('system', 'Error with getblocktemplate on initializing');
|
||||
cback(error);
|
||||
} else {
|
||||
@ -434,7 +433,6 @@ var pool = module.exports = function pool(options, authorizeFn){
|
||||
});
|
||||
|
||||
if (validResults.length >= 1){
|
||||
console.dir(validResults);
|
||||
callback(true, validResults[0].response.tx[0]);
|
||||
}
|
||||
else{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user