mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Remove console.log
This commit is contained in:
parent
e0602372f6
commit
353b911620
|
@ -66,8 +66,6 @@ export async function jiraSoftwareCloudApiRequest(this: IHookFunctions | IExecut
|
|||
delete options.qs;
|
||||
}
|
||||
|
||||
console.log(options);
|
||||
|
||||
try {
|
||||
return await this.helpers.request!(options);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue