mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed dedebug message
This commit is contained in:
parent
0febc0a631
commit
40b42b9e3c
2 changed files with 5 additions and 2 deletions
|
|
@ -810,6 +810,8 @@ local function read_file(path)
|
|||
return content
|
||||
end
|
||||
|
||||
-- ########################################################
|
||||
|
||||
local function local_custom_timeseries_dump_callback()
|
||||
local base_dir_file = dirs.installdir .. "/scripts/lua/modules/timeseries"
|
||||
local custom_file = "ts_custom_function"
|
||||
|
|
@ -819,7 +821,8 @@ local function local_custom_timeseries_dump_callback()
|
|||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "Loading "..lists_custom_file)
|
||||
local content = read_file(lists_custom_file)
|
||||
|
||||
tprint(content)
|
||||
-- tprint(content)
|
||||
|
||||
local rc = load(content)
|
||||
|
||||
rc("", "") -- needed to activate the function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue