mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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,
|
workflowUpdates,
|
||||||
forced,
|
forced,
|
||||||
}: RelayEventMap['source-control-user-pulled-api']) {
|
}: RelayEventMap['source-control-user-pulled-api']) {
|
||||||
console.log('source-control-user-pulled-api', {
|
|
||||||
workflow_updates: workflowUpdates,
|
|
||||||
forced,
|
|
||||||
});
|
|
||||||
this.telemetry.track('User pulled via API', {
|
this.telemetry.track('User pulled via API', {
|
||||||
workflow_updates: workflowUpdates,
|
workflow_updates: workflowUpdates,
|
||||||
forced,
|
forced,
|
||||||
|
|
Loading…
Reference in a new issue