remove debug code

pull/280/head
Vladimir Mandic 2020-11-04 01:13:40 -05:00
parent 8dda59f5d9
commit 6653cff104
1 changed files with 0 additions and 1 deletions

View File

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