Turn off debug

This commit is contained in:
Isaac Connor 2019-09-20 10:36:50 -04:00
parent 481f5b7eac
commit a8cbe7d10d
1 changed files with 2 additions and 2 deletions

View File

@ -226,9 +226,9 @@ function controlPower($monitor, $cmds) {
function ptzControls($monitor) {
$control = $monitor->Control();
ZM\Error("Control: " . print_r($control,true));
//ZM\Error("Control: " . print_r($control,true));
$cmds = $control->commands();
ZM\Error("Cmds: " . print_r($cmds, true));
//ZM\Error("Cmds: " . print_r($cmds, true));
ob_start();
?>
<div class="controlsPanel">