mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Remove debug code
This commit is contained in:
@@ -275,8 +275,6 @@ export class BoxTrigger implements INodeType {
|
||||
const endpoint = '/webhooks';
|
||||
const webhooks = await boxApiRequestAllItems.call(this, 'entries', 'GET', endpoint, {});
|
||||
|
||||
console.log(webhooks);
|
||||
|
||||
for (const webhook of webhooks) {
|
||||
if (webhook.address === webhookUrl &&
|
||||
webhook.target.id === targetId &&
|
||||
|
||||
Reference in New Issue
Block a user