From 0f998d52b8b9b590b7fd304ca77f68cb16115388 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 11 Oct 2020 18:35:56 +0200 Subject: [PATCH] :zap: Remove console.log --- packages/nodes-base/nodes/Aws/GenericFunctions.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/nodes-base/nodes/Aws/GenericFunctions.ts b/packages/nodes-base/nodes/Aws/GenericFunctions.ts index c6bc36fe49..880c0a02bb 100644 --- a/packages/nodes-base/nodes/Aws/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Aws/GenericFunctions.ts @@ -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) {