mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Disables a debug print
This commit is contained in:
parent
fc2275aaad
commit
4fc6089340
1 changed files with 0 additions and 3 deletions
|
|
@ -19,13 +19,10 @@ if not haveAdminPrivileges() then
|
|||
end
|
||||
|
||||
local function get_max_configs_available()
|
||||
|
||||
local availables = {}
|
||||
local types = notification_configs.get_types()
|
||||
tprint(types)
|
||||
|
||||
for endpoint_key, endpoint in pairsByKeys(types, asc) do
|
||||
|
||||
local conf_max_num = endpoint.conf_max_num
|
||||
|
||||
if conf_max_num ~= nil then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue