Remove debugging of fps

This commit is contained in:
Isaac Connor
2024-10-30 10:32:06 -04:00
parent 1de8d76cae
commit 335900a727

View File

@@ -490,13 +490,11 @@ function getCmdResponse(respObj, respText) {
console.log("Stream not scaled, re-applying, current: ", currentScale + deltaScale(), " stream: ", streamStatus.scale);
streamScale(currentScale);
}
console.log(streamStatus.fps);
const fps = document.getElementById('fpsValue');
if (fps) {
fps.innerHTML = streamStatus.fps;
}
updateProgressBar();
if (streamStatus.auth) {