Removed message when trying to exclude two identical alerts

This commit is contained in:
Matteo Biscosi 2021-02-12 11:44:36 +01:00
parent c77c689f94
commit edc1e16b7e
2 changed files with 1 additions and 3 deletions

View file

@ -1194,8 +1194,6 @@ function user_scripts.updateScriptConfig(confid, script_key, subdir, new_config,
if add_params > 0 then
filter_conf["filter"]["current_filters"][add_params] = new_filter
else
return false, i18n("configsets.wrong_args_ex_list", {new_filter})
end
end
end