removed comments and debug calls

This commit is contained in:
gabryon99 2020-11-01 19:31:48 +01:00
parent 504075c490
commit 873d77711f
2 changed files with 10 additions and 10 deletions

View file

@ -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