Skip to content

Commit

Permalink
Merge pull request #684 from fcollonval/maintenance/remove-noisy-log
Browse files Browse the repository at this point in the history
Remove debug console.log
  • Loading branch information
fcollonval authored Sep 25, 2023
2 parents ed70f8d + d94b323 commit ac5eb35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/nbdime/src/common/mergeview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1387,10 +1387,6 @@ export class MergeView extends Panel {
effects: replacePaddingWidgetEffect.of(decoSet),
});
}
console.log(
'after addition of paddings, number of lines is:',
editors[i].state.doc.lines,
);
}
this._aligning = false;
}
Expand Down

0 comments on commit ac5eb35

Please sign in to comment.