diff --git a/src/public/app/widgets/buttons/show_highlights_list_widget_button.js b/src/public/app/widgets/buttons/show_highlights_list_widget_button.js index e7db583a60..9a7d99eb73 100644 --- a/src/public/app/widgets/buttons/show_highlights_list_widget_button.js +++ b/src/public/app/widgets/buttons/show_highlights_list_widget_button.js @@ -25,7 +25,6 @@ export default class ShowHighlightsListWidgetButton extends OnClickButtonWidget } async refreshWithNote(note) { - console.log(222) this.toggleInt(this.noteContext.viewScope.highlightsListTemporarilyHidden); } async reEvaluateHighlightsListWidgetVisibilityEvent({ noteId }) { diff --git a/src/public/app/widgets/buttons/show_toc_widget_button.js b/src/public/app/widgets/buttons/show_toc_widget_button.js index 47cdad96e3..c4f4262f9d 100644 --- a/src/public/app/widgets/buttons/show_toc_widget_button.js +++ b/src/public/app/widgets/buttons/show_toc_widget_button.js @@ -25,11 +25,9 @@ export default class ShowTocWidgetButton extends OnClickButtonWidget { } async refreshWithNote(note) { - console.log(213) this.toggleInt(this.noteContext.viewScope.tocTemporarilyHidden); } async reEvaluateTocWidgetVisibilityEvent({ noteId }) { - console.log("noteId", noteId) if (noteId === this.noteId) { await this.refresh(); }