Explorar o código

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

danielballan %!s(int64=8) %!d(string=hai) anos
pai
achega
6f49088f6d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();