From c4b384672faab6b71a077910dfc1692abc74bb73 Mon Sep 17 00:00:00 2001 From: Anastasiia Sliusar Date: Tue, 17 Dec 2024 14:43:46 +0100 Subject: [PATCH] Remove a comment --- packages/xeus/src/worker.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/xeus/src/worker.ts b/packages/xeus/src/worker.ts index 07d6e13..d27ddb3 100644 --- a/packages/xeus/src/worker.ts +++ b/packages/xeus/src/worker.ts @@ -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