Skip to content

Commit

Permalink
Turn off debugging of stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jan 5, 2024
1 parent a7bd2c9 commit 457d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/MonitorModalCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
stream += "&rand=" + $rootScope.modalRand;

stream += NVR.insertSpecialTokens();
NVR.debug("STREAM="+stream);
//NVR.debug("STREAM="+stream);
return stream;
};

Expand Down

0 comments on commit 457d2e3

Please sign in to comment.