mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove some debug output.
Don't call terminate on null (it will be called automatically anyway)
This commit is contained in:
@@ -237,7 +237,6 @@ function check_unit($passthru = false, $command_only = false, $snmpsim = false)
|
||||
echo "success\n";
|
||||
}
|
||||
}
|
||||
$proc_snmpsimd->terminate();
|
||||
|
||||
return $phpunit_ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user