Removed console.log

no issue
This commit is contained in:
kirrg001 2019-02-25 09:43:32 +01:00
parent 3459f38c09
commit f3f3b62d19

View File

@ -70,7 +70,6 @@ module.exports = (event, model) => {
_.each(webhooks.models, (webhook) => {
payload(webhook.get('event'), model)
.then((payload) => {
console.log(payload);
const reqPayload = JSON.stringify(payload);
const url = webhook.get('target_url');
const opts = {