Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Tuchscherer committed Dec 10, 2024
1 parent d6fc192 commit d7baa26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/shared/SidebarFileTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default class SidebarFileTree extends Component {
if (!item.directory) {
return item;
}
console.dir(this)
return {
...item,
open: item.directory.includes(this.props.pathname.split("/")[2]),
Expand Down

0 comments on commit d7baa26

Please sign in to comment.