remove debug

This commit is contained in:
Isaac Connor 2019-09-20 10:37:48 -04:00
parent 0d19b0dc85
commit 5d0b4942d6
1 changed files with 0 additions and 1 deletions

View File

@ -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'];