diff --git a/src/handpose/handpipeline.js b/src/handpose/handpipeline.js index 24d9a3bc..90617376 100644 --- a/src/handpose/handpipeline.js +++ b/src/handpose/handpipeline.js @@ -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); } }