Update apps/web/src/services/face-mesh/face-mesh-provider.ts

chore: remove logger

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
doananh234 2026-03-23 15:52:41 +07:00 committed by GitHub
parent 39de9fdf8b
commit 464245c293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ async function loadFaceMesh(): Promise<FaceMeshType | null> {
faceMeshInstance = fm;
return fm;
} catch (err) {
console.warn("[face-mesh] Failed to load MediaPipe:", err);
return null;
} finally {
isLoading = false;