Remove console.logs

This commit is contained in:
Jan Oberhauser
2021-01-13 10:49:55 +01:00
parent 63a459ac92
commit 29c9c6d933
5 changed files with 0 additions and 8 deletions

View File

@@ -47,7 +47,6 @@ export async function shopifyApiRequest(this: IHookFunctions | IExecuteFunctions
try {
return await this.helpers.request!(options);
} catch (error) {
console.log(error.response.body);
if (error.response.body && error.response.body.errors) {
let message = '';
if (typeof error.response.body.errors === 'object') {