diff --git a/pyscriptjs/src/components/pyrepl.ts b/pyscriptjs/src/components/pyrepl.ts index e18392b..5a9f9c1 100644 --- a/pyscriptjs/src/components/pyrepl.ts +++ b/pyscriptjs/src/components/pyrepl.ts @@ -47,8 +47,6 @@ function createCmdHandler(el){ export class PyRepl extends BaseEvalElement { editor: EditorView; editorNode: HTMLElement; - code: string; - theme: string; constructor() { super(); diff --git a/pyscriptjs/src/components/pyscript.ts b/pyscriptjs/src/components/pyscript.ts index 758038f..4b0da39 100644 --- a/pyscriptjs/src/components/pyscript.ts +++ b/pyscriptjs/src/components/pyscript.ts @@ -94,7 +94,6 @@ class Script { } export class PyScript extends BaseEvalElement { - // editorState: EditorState; constructor() { super();