mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Remove debug code
This commit is contained in:
parent
42bbe3006a
commit
a19cd706c3
|
@ -46,10 +46,6 @@ export async function sentryIoApiRequest(this: IHookFunctions | IExecuteFunction
|
||||||
Authorization: `Bearer ${credentials?.token}`,
|
Authorization: `Bearer ${credentials?.token}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('options');
|
|
||||||
console.log(options);
|
|
||||||
|
|
||||||
|
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
return this.helpers.request(options);
|
return this.helpers.request(options);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue