remove debug
This commit is contained in:
parent
0d19b0dc85
commit
5d0b4942d6
|
@ -38,7 +38,6 @@ foreach ( dbFetchAll($sql, false, $params) as $row ) {
|
||||||
if ( !visibleMonitor($row['Id']) ) {
|
if ( !visibleMonitor($row['Id']) ) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
ZM\Logger::Debug(print_r($row,true));
|
|
||||||
if ( empty($mid) )
|
if ( empty($mid) )
|
||||||
$mid = $row['Id'];
|
$mid = $row['Id'];
|
||||||
$mids[$row['Id']] = $row['Name'];
|
$mids[$row['Id']] = $row['Name'];
|
||||||
|
|
Loading…
Reference in New Issue