aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localwebsite/htdocs/assets/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/htdocs/assets/app.js b/localwebsite/htdocs/assets/app.js
index 664afba..37f1307 100644
--- a/localwebsite/htdocs/assets/app.js
+++ b/localwebsite/htdocs/assets/app.js
@@ -183,7 +183,7 @@ window.Cameras = {
};
player.onRender = (width, height, imageBufferY, imageBufferB, imageBufferR) => {
- console.log(name + ": onRender");
+ // console.log(name + ": onRender");
if (!containerHeightFixed) {
var ratio = height / width;
videoContainer.style.width = parseInt(videoContainer.offsetWidth * ratio, 10)+'px';