mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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);
|
||||
|
||||
console.log('contacts');
|
||||
console.log(contacts);
|
||||
console.log('responseData');
|
||||
console.log(responseData);
|
||||
returnData.push(responseData);
|
||||
}
|
||||
if (operation === 'delete') {
|
||||
|
||||
Reference in New Issue
Block a user