Skip to content

Commit

Permalink
refactor(core): Remove stray log from telemetry event relay (no-chang…
Browse files Browse the repository at this point in the history
…elog) (n8n-io#10295)
  • Loading branch information
ivov authored Aug 5, 2024
1 parent c0f3693 commit 7fb3f62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cli/src/events/telemetry-event-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ export class TelemetryEventRelay extends EventRelay {
workflowUpdates,
forced,
}: RelayEventMap['source-control-user-pulled-api']) {
console.log('source-control-user-pulled-api', {
workflow_updates: workflowUpdates,
forced,
});
this.telemetry.track('User pulled via API', {
workflow_updates: workflowUpdates,
forced,
Expand Down

0 comments on commit 7fb3f62

Please sign in to comment.