Remove console.log

This commit is contained in:
Jan Oberhauser 2021-04-17 15:08:13 +02:00
parent b0d3554ced
commit a7394daa6b

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, 'googleBigQueryOAuth2Api', options);
} catch (error) {