소스 검색

CLN: Remove redundant call to clear() (closes #463)

danielballan 8 년 전
부모
커밋
6f49088f6d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/notebook/cells/model.ts

+ 0 - 1
src/notebook/cells/model.ts

@@ -409,7 +409,6 @@ class CodeCellModel extends CellModel implements ICodeCellModel {
     if (this.isDisposed) {
       return;
     }
-    this._outputs.clear(false);
     this._outputs.dispose();
     this._outputs = null;
     super.dispose();