mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 02:21:42 -08:00
⚡ Remove console.log
This commit is contained in:
parent
214b2d19ac
commit
0f998d52b8
|
@ -29,8 +29,6 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
|
|||
body: signOpts.body,
|
||||
};
|
||||
|
||||
console.log(options);
|
||||
|
||||
try {
|
||||
return await this.helpers.request!(options);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue