Remove console.log

This commit is contained in:
Jan Oberhauser 2021-07-20 09:02:42 +02:00
parent d6239d5bfb
commit a8098283af

View file

@ -30,7 +30,6 @@ export async function googleApiRequest(this: IExecuteFunctions | IExecuteSingleF
if (Object.keys(body).length === 0) {
delete options.body;
}
console.log(options);
//@ts-ignore
return await this.helpers.requestOAuth2.call(this, 'googleCalendarOAuth2Api', options);
} catch (error) {