Comment out debugging

pull/4202/head
Isaac Connor 2022-05-02 10:25:43 -04:00
parent fa29765d9b
commit d62ea5a5f7
1 changed files with 1 additions and 1 deletions

View File

@ -2031,7 +2031,7 @@ function getStreamHTML($monitor, $options = array()) {
if ( isset($options['scale']) and $options['scale'] != '' ) {
if ($options['scale'] != 'auto' && $options['scale'] != '0') {
ZM\Warning('Setting dimensions from scale:'.$options['scale']);
#ZM\Warning('Setting dimensions from scale:'.$options['scale']);
$options['width'] = reScale($monitor->ViewWidth(), $options['scale']).'px';
$options['height'] = reScale($monitor->ViewHeight(), $options['scale']).'px';
} else if ( ! ( isset($options['width']) or isset($options['height']) ) ) {