Removed debug print

This commit is contained in:
MatteoBiscosi 2022-05-20 11:36:31 +02:00
parent 14e85b9888
commit 08c9de2b7b
2 changed files with 0 additions and 2 deletions

View file

@ -395,7 +395,6 @@ end
function alert_utils.formatAlertMessage(ifid, alert, alert_json)
local msg
tprint(alert_json)
if(alert_json == nil) then
alert_json = alert_utils.getAlertInfo(alert)
end