Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 24, 2024
1 parent ccefc18 commit 8117fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tree-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ const fileActions: JupyterFrontEndPlugin<void> = {
};
});
browser.model.pathChanged.connect(() => {
console.log('path changed');
selectionChanged.emit(void 0);
});

Expand Down

0 comments on commit 8117fc8

Please sign in to comment.