We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4b48f commit 7135032Copy full SHA for 7135032
lib/triggers/contacts.js
@@ -60,7 +60,6 @@ function processAction(msg, cfg, snapshot) {
60
values.forEach((elem)=> {
61
const messageBody = _.omitBy(elem, (value, key) => key.startsWith('@odata.'));
62
messageBody.calendarId = cfg.calendarId;
63
- console.log('MessageBody: ' + JSON.stringify(messageBody));
64
this.emit('data', messages.newMessageWithBody(messageBody));
65
});
66
let lmdate = new Date(values[values.length - 1].lastModifiedDateTime);
0 commit comments