remove debug

This commit is contained in:
Ibnu Maksum 2024-08-28 14:50:26 +07:00
parent bd9989eaf2
commit afaafd6195
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -211,7 +211,6 @@ if (file_exists($cacheMSfile) && time() - filemtime($cacheMSfile) < 43200) {
if ($config['router_check']) {
$routeroffs = ORM::for_table('tbl_routers')->selects(['id', 'name', 'last_seen'])->where('status', 'Offline')->order_by_desc('name')->find_array();
print_r($routeroffs);
$ui->assign('routeroffs', $routeroffs);
}