Remove debug code

This commit is contained in:
Jan Oberhauser
2020-09-18 09:57:38 +02:00
parent 43396b7b9c
commit 28d5f22f61
4 changed files with 0 additions and 6 deletions

View File

@@ -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 &&