Remove all unneeded if($debug)-statements and replace them with d_echo . discovery dir..

This commit is contained in:
Mark Schouten
2015-08-21 16:10:01 +02:00
parent 4fa88bb928
commit 677a4f3f5f
89 changed files with 192 additions and 561 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ if ($device['os'] == 'apc') {
}
if (!empty($oids)) {
if ($debug) {
print_r($oids);
}
d_echo($oids);
$oids = trim($oids);
if ($oids) {