From a19cd706c3447b159a97c1464dd43077d04b15cd Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 7 Sep 2020 18:02:00 +0200 Subject: [PATCH] :zap: Remove debug code --- packages/nodes-base/nodes/SentryIo/GenericFunctions.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/nodes-base/nodes/SentryIo/GenericFunctions.ts b/packages/nodes-base/nodes/SentryIo/GenericFunctions.ts index f578f35ca..82105de7d 100644 --- a/packages/nodes-base/nodes/SentryIo/GenericFunctions.ts +++ b/packages/nodes-base/nodes/SentryIo/GenericFunctions.ts @@ -46,10 +46,6 @@ export async function sentryIoApiRequest(this: IHookFunctions | IExecuteFunction Authorization: `Bearer ${credentials?.token}`, }; - console.log('options'); - console.log(options); - - //@ts-ignore return this.helpers.request(options);