Disables experimental code

This commit is contained in:
Simone Mainardi 2020-11-23 18:44:36 +01:00
parent 5f2ab30351
commit c67d16e701

View file

@ -25,7 +25,7 @@ local script = {
-- #################################################################
function script.hooks.min(params)
if true then -- TODO: set to true to execute
if false then -- TODO: set to true to execute
local Alert = alert_consts.alert_types.alert_host_new_api_demo.new()
Alert:set_severity(alert_consts.alert_severities.error)