We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771f26e commit 4a6baeeCopy full SHA for 4a6baee
nodes/DynamicNode/DynamicNode.node.ts
@@ -92,8 +92,6 @@ export class DynamicNode implements INodeType {
92
93
const workflowProxy = this.getWorkflowDataProxy(index);
94
95
- this.logger.info(`DynamicNode executing item ${index + 1} → email: ${item.json?.payload?.email}`);
96
-
97
const execResult = await this.executeWorkflow(
98
{ code: template },
99
[item],
0 commit comments