mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Removes a debug flag
This commit is contained in:
parent
93920ccdce
commit
d16ff997ef
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ local script = {
|
|||
-- #################################################################
|
||||
|
||||
function script.hooks.protocolDetected(now)
|
||||
if true then -- TODO: set to true to execute
|
||||
if false then -- TODO: set to true to execute
|
||||
local cli_score, srv_score, flow_score = 10, 10, 10
|
||||
|
||||
local status_type = flow_consts.status_types.status_new_api_demo.create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue