diff --git a/system/controllers/dashboard.php b/system/controllers/dashboard.php index 81b95402..02173351 100644 --- a/system/controllers/dashboard.php +++ b/system/controllers/dashboard.php @@ -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); }