Turn off debug
This commit is contained in:
parent
481f5b7eac
commit
a8cbe7d10d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue