Disabled log

This commit is contained in:
Luca Deri 2020-08-17 18:24:05 +02:00
parent d95b58a9d8
commit 398e25c022

View file

@ -45,7 +45,7 @@ end
local function get_alert_triggered_key(type_info)
if((type_info == nil) or (type_info.alert_type == nil)) then
tprint(debug.traceback())
-- tprint(debug.traceback())
end
return(string.format("%d@%s", type_info.alert_type.alert_key, type_info.alert_subtype or ""))