Skip to content

Commit c4df7a3

Browse files
committed
feat(react): Extend the statistics report with audio stats
- remove console.log
1 parent c29b024 commit c4df7a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/video-filters-web/src/VirtualBackground.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,8 @@ export class VirtualBackground extends BaseVideoProcessor {
8282
this.latestCategoryMask,
8383
this.latestConfidenceMask,
8484
);
85-
} else {
86-
console.log(
87-
'Skipping frame due to missing segmentation or background image',
88-
);
8985
}
86+
9087
return new VideoFrame(this.canvas, { timestamp: frame.timestamp });
9188
}
9289

0 commit comments

Comments
 (0)