mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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,
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user