Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Aug 14, 2024
1 parent 26b9bb7 commit 047114a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/events/log-streaming-event-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export class LogStreamingEventRelay extends EventRelay {
workflowName: workflow.name,
};

console.log('payload.success', payload.success);
if (payload.success) {
void this.eventBus.sendWorkflowEvent({
eventName: 'n8n.workflow.success',
Expand Down

0 comments on commit 047114a

Please sign in to comment.