mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug print
This commit is contained in:
parent
b40d26f2e8
commit
69b9e6337e
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue