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']) ) {
|
||||
continue;
|
||||
}
|
||||
ZM\Logger::Debug(print_r($row,true));
|
||||
if ( empty($mid) )
|
||||
$mid = $row['Id'];
|
||||
$mids[$row['Id']] = $row['Name'];
|
||||
|
|
Loading…
Reference in New Issue