Removed debug tprint

This commit is contained in:
MatteoBiscosi 2022-11-16 11:33:11 +01:00
parent b6692f3fea
commit 4bc150e7c9

View file

@ -46,7 +46,7 @@ end
-- @return A human-readable string
function alert_tcp_packets_issues.format(ifid, alert, alert_type_params)
local msg = ''
tprint(alert_type_params)
if alert_type_params.lost > alert_type_params.lost_threshold then
msg = i18n("flow_checks_config.tcp_packets_issues_alert", { type = 'loss', value = alert_type_params.lost, threshold = alert_type_params.lost_threshold })
elseif alert_type_params.retransmission > alert_type_params.retransmission_threshold then