mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Remove all unneeded if($debug)-statements and replace them with d_echo
This commit is contained in:
@@ -13,9 +13,7 @@ if ($device['os_group'] == 'cisco') {
|
||||
$cefs_db[$cef_id] = $ceftmp['cef_switching_id'];
|
||||
}
|
||||
|
||||
if ($debug) {
|
||||
print_r($cefs);
|
||||
}
|
||||
d_echo($cefs);
|
||||
|
||||
if (is_array($cefs)) {
|
||||
if (!is_array($entity_array)) {
|
||||
|
||||
Reference in New Issue
Block a user