Skip to content

Commit 6bb4056

Browse files
committed
remove dup
1 parent 5698f49 commit 6bb4056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/repl/nativeRepl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export class NativeRepl implements Disposable {
161161
if (!wsMementoUri || getTabNameForUri(wsMementoUri) !== 'Python REPL') {
162162
await this.cleanRepl();
163163
wsMementoUri = undefined;
164-
this.notebookDocument = undefined;
165164
}
166165
}
167166

0 commit comments

Comments
 (0)