mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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}`,
|
||||
};
|
||||
|
||||
console.log('options');
|
||||
console.log(options);
|
||||
|
||||
|
||||
//@ts-ignore
|
||||
return this.helpers.request(options);
|
||||
|
||||
|
|
Loading…
Reference in a new issue