Removed debug print

This commit is contained in:
MatteoBiscosi 2022-06-07 18:01:15 +02:00
parent b40d26f2e8
commit 69b9e6337e
2 changed files with 1 additions and 2 deletions

View file

@ -1997,7 +1997,7 @@ function historical_flow_utils.getHistoricalProtocolLabel(record, add_hyperlinks
end
if (alert_json.proto) and (alert_json.proto.confidence) and (not isEmptyString(alert_json.proto.confidence)) then
label = label .. " [" .. i18n("confidence") .. ": " .. alert_json.proto.confidence .. "]"
label = label .. " [" .. i18n("confidence") .. ": " .. get_confidence(alert_json.proto.confidence) .. "]"
end
return label