From 97b0d33a08475275fab30e094c1f4705f0533fb5 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Sat, 21 Oct 2023 21:04:59 +0200 Subject: [PATCH] Disable emocam logging --- applications/emocam/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/emocam/index.html b/applications/emocam/index.html index 1ddf643..6e97148 100644 --- a/applications/emocam/index.html +++ b/applications/emocam/index.html @@ -820,7 +820,7 @@ async function predictWebcam() { rollDegrees = roll * (180 / Math.PI) - rollC; - console.log("Yaw: ", yawDegrees, "Pitch: ", pitchDegrees, "Roll: ", rollDegrees); + //console.log("Yaw: ", yawDegrees, "Pitch: ", pitchDegrees, "Roll: ", rollDegrees); } //draw on canvas