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){
|
GetBlockTemplate(newDaemon, function(error, result){
|
||||||
if (error) {
|
if (error) {
|
||||||
console.error(error);
|
|
||||||
emitErrorLog('system', 'Error with getblocktemplate on initializing');
|
emitErrorLog('system', 'Error with getblocktemplate on initializing');
|
||||||
cback(error);
|
cback(error);
|
||||||
} else {
|
} else {
|
||||||
@ -434,7 +433,6 @@ var pool = module.exports = function pool(options, authorizeFn){
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (validResults.length >= 1){
|
if (validResults.length >= 1){
|
||||||
console.dir(validResults);
|
|
||||||
callback(true, validResults[0].response.tx[0]);
|
callback(true, validResults[0].response.tx[0]);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user