remove debug code

pull/293/head
Vladimir Mandic 2020-11-04 01:13:40 -05:00
parent 81ae5483f1
commit d345afbb6a
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ class HandPipeline {
}
shouldUpdateRegionsOfInterest() {
console.log(this.regionsOfInterest.length, this.runsWithoutHandDetector, !this.regionsOfInterest || (this.regionsOfInterest.length === 0) || (this.runsWithoutHandDetector >= this.skipFrames));
return !this.regionsOfInterest || (this.regionsOfInterest.length === 0) || (this.runsWithoutHandDetector >= this.skipFrames);
}
}