mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
refactor(Shopify Trigger Node): Remove console.log
This commit is contained in:
parent
28ab4f66f0
commit
f8ef2e99fa
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue