mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed console.log
no issue
This commit is contained in:
parent
3459f38c09
commit
f3f3b62d19
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue