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 . discovery dir..
This commit is contained in:
@@ -30,9 +30,7 @@ if ($device['os'] == 'apc') {
|
||||
}
|
||||
|
||||
if (!empty($oids)) {
|
||||
if ($debug) {
|
||||
print_r($oids);
|
||||
}
|
||||
d_echo($oids);
|
||||
|
||||
$oids = trim($oids);
|
||||
if ($oids) {
|
||||
|
||||
Reference in New Issue
Block a user