Removed debug print

This commit is contained in:
MatteoBiscosi 2022-11-23 11:30:03 +01:00
parent a98b200159
commit d9d7363844

View file

@ -760,7 +760,7 @@ function recipients.dispatch_notification(notification, current_script)
-- If an exception occurred, print the notification and exit
if not status then
tprint({notification, json_notification})
--tprint({notification, json_notification})
return
end