Remove code commented out in 2013

This commit is contained in:
Renato Botelho 2019-05-27 10:37:01 -03:00
parent bdbd8534ee
commit b4f499f001

View File

@ -1268,7 +1268,6 @@ function get_gwgroup_members_inner($group, $gateways_status, $gateways_arr, $vip
$msg = sprintf(gettext('Gateways status could not be determined, considering all as up/active. (Group: %s)'), $group['name']);
log_error($msg);
notify_via_growl($msg);
//notify_via_smtp($msg);
}
$tiers = $backupplan;
}