Skip to content

Commit 4a6baee

Browse files
author
drowl87
committed
refactor DynamicNode to remove redundant logging during execution
1 parent 771f26e commit 4a6baee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export class DynamicNode implements INodeType {
9292

9393
const workflowProxy = this.getWorkflowDataProxy(index);
9494

95-
this.logger.info(`DynamicNode executing item ${index + 1} → email: ${item.json?.payload?.email}`);
96-
9795
const execResult = await this.executeWorkflow(
9896
{ code: template },
9997
[item],

0 commit comments

Comments
 (0)