mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(core): Remove stray log from telemetry event relay (no-changelog) (#10295)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user