Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit d66a1d8

Browse files
committed
Remove invalid comment
1 parent 4d4826b commit d66a1d8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

extensions/jupyterlab/lib/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class DashIFrameWidget extends widgets_1.Widget {
3636
this.iframe.src += '';
3737
}
3838
}
39-
/**
40-
* Activate the xckd widget extension.
41-
*/
4239
function activate(app, restorer, notebooks, consoles) {
4340
// Declare a widget variable
4441
let widgets = new Map();

extensions/jupyterlab/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ interface DashMessageData {
6464
port: string;
6565
}
6666

67-
/**
68-
* Activate the xckd widget extension.
69-
*/
7067
function activate(
7168
app: JupyterFrontEnd,
7269
restorer: ILayoutRestorer,

0 commit comments

Comments
 (0)