Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon authored Nov 6, 2024
1 parent c618a19 commit 3dc2001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dashboard-core-plugins/src/panels/NotebookPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,6 @@ class NotebookPanel extends Component<NotebookPanelProps, NotebookPanelState> {

const portal = tab?.element.find('.lm_title_before').get(0);

console.log(this.notebook?.editor);

return (
<>
{portal != null &&
Expand Down

0 comments on commit 3dc2001

Please sign in to comment.