refactor(core): Remove stray log from telemetry event relay (no-changelog) (#10295)

This commit is contained in:
Iván Ovejero 2024-08-05 12:59:27 +02:00 committed by GitHub
parent c0f3693e8a
commit 7fb3f62a36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,