Skip to content

Commit fb8a52c

Browse files
committed
remove debug code
1 parent f56db7c commit fb8a52c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/nbdime/src/diff/widget/linked-cells.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class LinkedListCell extends Panel {
3939
}
4040

4141
if (nextCell.lazy) {
42-
console.log("call expandDown");
4342
nextCell.expandDown();
4443
}
4544
}

packages/nbdime/src/diff/widget/notebook.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export class NotebookDiffWidget extends Panel {
6363
}
6464

6565
private addDiffChunk(chunk: CellDiffModel[]): void {
66-
console.log("Adding chunk");
67-
console.log(this.previousCell);
6866
if (chunk.length === 1 && !(chunk[0].added || chunk[0].deleted)) {
6967
this.addWidget(this.addCellPanel(chunk[0]));
7068
} else {

0 commit comments

Comments
 (0)