mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
removed comments and debug calls
This commit is contained in:
parent
504075c490
commit
873d77711f
2 changed files with 10 additions and 10 deletions
|
|
@ -541,7 +541,6 @@ function predicates.bind_recipient_to_pools(notification, container)
|
|||
if (not IS_ADMIN) then return end
|
||||
|
||||
local recipient_name = get_last_recipient_created()
|
||||
tprint(recipient_name)
|
||||
-- Did the user created a new recipient? If not then return
|
||||
if (isEmptyString(recipient_name)) then return end
|
||||
-- Did the user bound the new recipient? If yes then return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue