Removed still not implemented check (#6977)

This commit is contained in:
MatteoBiscosi 2022-11-11 12:26:29 +01:00
parent 49b0d0bbee
commit 4ee36c721f

View file

@ -10,7 +10,7 @@ local flow_alert_keys = require "flow_alert_keys"
-- #################################################################
-- NOTE: this module is always enabled
local script = {
--[[local script = {
-- Script category
category = checks.check_categories.network,
@ -32,3 +32,4 @@ local script = {
-- #################################################################
return script
]]