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 176266c commit 54c88feCopy full SHA for 54c88fe
lib/triggers/contacts.js
@@ -59,7 +59,6 @@ function processAction(msg, cfg, snapshot) {
59
if (values.length > 0) {
60
const messageBody = _.omitBy(contacts, (value, key) => key.startsWith('@odata.'));
61
messageBody.calendarId = cfg.calendarId;
62
- console.log('MessageBody: ', messageBody);
63
this.emit('data', messages.newMessageWithBody(messageBody));
64
let lmdate = new Date(values[values.length - 1].lastModifiedDateTime);
65
// The output value has always 0 milliseconds
0 commit comments