提交 8ee91a55 编写于 作者: E Eric Amodio

Removes console.log -- oops 😉

上级 f76f79ed
......@@ -276,7 +276,6 @@ export class TimelinePane extends ViewPane {
get pageSize() {
const pageSize = this.configurationService.getValue<number | null | undefined>('timeline.pageSize') ?? Math.max(20, Math.floor((this.tree.renderHeight / 22) - 1));
console.log(pageSize);
return pageSize;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册