mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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);
|
||||
|
||||
console.log('contacts');
|
||||
console.log(contacts);
|
||||
console.log('responseData');
|
||||
console.log(responseData);
|
||||
returnData.push(responseData);
|
||||
}
|
||||
if (operation === 'delete') {
|
||||
|
|
Loading…
Reference in a new issue