Remove console.log

This commit is contained in:
Jan Oberhauser 2020-10-11 18:35:56 +02:00
parent 214b2d19ac
commit 0f998d52b8

View file

@ -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) {