refactor(Shopify Trigger Node): Remove console.log

This commit is contained in:
Jan Oberhauser 2022-09-17 09:32:11 +02:00
parent 28ab4f66f0
commit f8ef2e99fa

View file

@ -389,7 +389,6 @@ export class ShopifyTrigger implements INodeType {
const req = this.getRequestObject();
const authentication = this.getNodeParameter('authentication') as string;
let secret = '';
console.log('llego request');
if (authentication === 'apiKey') {
const credentials = await this.getCredentials('shopifyApi');