remove debug

pull/4202/head
Isaac Connor 2022-05-27 09:30:37 -04:00
parent 7256189644
commit 1198b391ee
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ foreach ( array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as
$shortName = preg_replace( '/^ZM_/', '', $name );
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
$optionCanEdit = $canEdit && !$value['System'];
ZM\Debug($optionCanEdit . ' for ' . $value['Name'] . ' System: ' . $value['System']);
?>
<div class="form-group form-row">
<label for="<?php echo $name ?>" class="col-md-4 control-label text-md-right"><?php echo $shortName ?></label>