Disabled trace message

This commit is contained in:
Luca Deri 2020-09-22 10:52:51 +02:00
parent 6589b1e9b3
commit 29808a97dc

View file

@ -73,7 +73,7 @@ function alert_notification:render()
},
model = self
}
tprint(context)
-- tprint(context)
-- Generate the template from the notification.template file
return template.gen('pages/components/notification.template', context)
end