mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Remove console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user