mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug prints
This commit is contained in:
parent
ab55947017
commit
e71dfaaa0b
1 changed files with 0 additions and 2 deletions
|
|
@ -1201,8 +1201,6 @@ end
|
|||
function user_scripts.updateScriptConfig(script_key, subdir, new_config, additional_params, additional_filters)
|
||||
local configset = user_scripts.getConfigset()
|
||||
local script_type = user_scripts.getScriptType("flow")
|
||||
tprint(script_key)
|
||||
tprint(subdir)
|
||||
-- additional_params contains additional params for script conf such as the severity
|
||||
additional_params = additional_params or {}
|
||||
new_config = new_config or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue