Removed debug print

This commit is contained in:
Matteo Biscosi 2021-05-25 19:14:44 +02:00
parent cc0ba80a2f
commit 4e5e72bc12

View file

@ -48,7 +48,6 @@ end
function host_alert_host_ban.format(ifid, alert, alert_type_params)
local alert_consts = require("alert_consts")
local entity = alert_consts.formatHostAlert(ifid, alert["ip"], alert["vlan_id"])
tprint(alert_type_params)
return i18n("alert_messages.host_alert_host_ban", {
entity = entity,