Test: adding __TestingCount log
This commit is contained in:
parent
9f72d3dd79
commit
4335d6f8ce
@ -939,6 +939,7 @@ BlockService.prototype._processBlock = function(block, callback) {
|
|||||||
|
|
||||||
//Manually ignore a block for testing
|
//Manually ignore a block for testing
|
||||||
__TestingCount--;
|
__TestingCount--;
|
||||||
|
console.debug("TESTING: __TestingCount=", __TestingCount);
|
||||||
if(__TestingCount === 0){
|
if(__TestingCount === 0){
|
||||||
console.debug("TESTING: Ignored block");
|
console.debug("TESTING: Ignored block");
|
||||||
return callback();
|
return callback();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user