mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed global $debug line
This commit is contained in:
@@ -236,7 +236,6 @@ function RunGroupMacros($rule,$x=1) {
|
|||||||
*/
|
*/
|
||||||
function UpdateGroupsForDevice($device_id)
|
function UpdateGroupsForDevice($device_id)
|
||||||
{
|
{
|
||||||
global $debug;
|
|
||||||
$queried_groups = QueryGroupsFromDevice($device_id);
|
$queried_groups = QueryGroupsFromDevice($device_id);
|
||||||
$db_groups = GetGroupsFromDevice($device_id);
|
$db_groups = GetGroupsFromDevice($device_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user