Skip to content

Commit 1bf6ff8

Browse files
committed
Remove log
1 parent 8bd8717 commit 1bf6ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/editor/scroller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Scroller.prototype._renderVisible = function(){
8484
if(this.sticky){
8585
this.startPosition = Math.max(0, this.lines.length - this.minVisible);
8686
}
87-
console.log('_renderVisible', this.startPosition, this.sticky, top);
8887
this.console.innerHTML = generateContent(this.lines, this.startPosition, this.lines.length, this.minVisible);
8988
if(this.jumpToBottom){
9089
this.console.scrollTop = 2000;

0 commit comments

Comments
 (0)