mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Remove debugging code
This commit is contained in:
parent
70eea2d5ca
commit
28d54ed439
|
@ -226,10 +226,6 @@ export class SendGrid implements INodeType {
|
||||||
}
|
}
|
||||||
responseData = await sendGridApiRequest.call(this, '/marketing/contacts', 'PUT', { contacts }, qs);
|
responseData = await sendGridApiRequest.call(this, '/marketing/contacts', 'PUT', { contacts }, qs);
|
||||||
|
|
||||||
console.log('contacts');
|
|
||||||
console.log(contacts);
|
|
||||||
console.log('responseData');
|
|
||||||
console.log(responseData);
|
|
||||||
returnData.push(responseData);
|
returnData.push(responseData);
|
||||||
}
|
}
|
||||||
if (operation === 'delete') {
|
if (operation === 'delete') {
|
||||||
|
|
Loading…
Reference in a new issue