Skip to content

Commit

Permalink
Remove unnecessary telemetry event (#15623)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Apr 28, 2024
1 parent ef56d76 commit 1233ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernels/kernel.ts
Expand Up @@ -481,7 +481,6 @@ abstract class BaseKernel implements IBaseKernel {
throw ex;
});
}
this._jupyterSessionPromise.finally(() => this.sendKernelStartedTelemetry()).catch(noop);
return this._jupyterSessionPromise;
}

Expand Down

0 comments on commit 1233ce4

Please sign in to comment.