Skip to content

Commit

Permalink
Remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaSliusar committed Dec 17, 2024
1 parent 04ac6fd commit c4b3846
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/xeus/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ export class XeusRemoteKernel {
globalThis.Module.FS !== undefined &&
globalThis.Module.loadDynamicLibrary !== undefined
) {
// each kernel can have a `async_init` function
// which can do kernel specific **async** initialization
// This function is usually implemented in the pre/post.js
// in the emscripten build of that kernel

const kernel_root_url = empackEnvMetaLink
? empackEnvMetaLink
Expand Down

0 comments on commit c4b3846

Please sign in to comment.