mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
refactor(core): Remove stray log from telemetry event relay (no-changelog) (#10295)
This commit is contained in:
parent
c0f3693e8a
commit
7fb3f62a36
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue