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);