mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-28 02:33:42 -04:00
Remove debugging of fps
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user