We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56db7c commit fb8a52cCopy full SHA for fb8a52c
packages/nbdime/src/diff/widget/linked-cells.ts
@@ -39,7 +39,6 @@ class LinkedListCell extends Panel {
39
}
40
41
if (nextCell.lazy) {
42
- console.log("call expandDown");
43
nextCell.expandDown();
44
45
packages/nbdime/src/diff/widget/notebook.ts
@@ -63,8 +63,6 @@ export class NotebookDiffWidget extends Panel {
63
64
65
private addDiffChunk(chunk: CellDiffModel[]): void {
66
- console.log("Adding chunk");
67
- console.log(this.previousCell);
68
if (chunk.length === 1 && !(chunk[0].added || chunk[0].deleted)) {
69
this.addWidget(this.addCellPanel(chunk[0]));
70
} else {
0 commit comments