mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
⚡ Remove debugging code
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user