Skip to content

Commit

Permalink
Remove debugging of fps
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 30, 2024
1 parent 1de8d76 commit 335900a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/skins/classic/views/js/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 335900a

Please sign in to comment.