Skip to content

Commit

Permalink
Removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex authored Jan 23, 2024
1 parent f826708 commit 2daaa14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/analyse/src/study/multiBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export function view(ctrl: MultiBoardCtrl, study: StudyCtrl): VNode | undefined
function renderPager(pager: Paginator<ChapterPreview>, study: StudyCtrl): MaybeVNodes {
const ctrl = study.multiBoard;
const cloudEval = ctrl.showEval && study.ctrl.ceval?.enabled() ? ctrl.getCloudEval : undefined;
console.log('renderPager', pager, study, cloudEval);
return [
h('div.top', [renderPagerNav(pager, ctrl), renderEvalToggle(ctrl), renderPlayingToggle(ctrl)]),
h('div.now-playing', pager.currentPageResults.map(makePreview(study, cloudEval))),
Expand Down

0 comments on commit 2daaa14

Please sign in to comment.