remove unwanted log

This commit is contained in:
SrGooglo 2024-09-13 00:11:41 +00:00
parent e9dff89206
commit 470bd2ea64

View File

@ -142,9 +142,6 @@ export default class Sidebar extends React.Component {
// recalculate sidebar selected item // recalculate sidebar selected item
const item = [...this.state.topItems, ...this.state.bottomItems].find((item) => item.path === path) const item = [...this.state.topItems, ...this.state.bottomItems].find((item) => item.path === path)
console.log(`Recalculate sidebar selected item: path [${path}]`, item)
this.setState({ this.setState({
selectedMenuItem: item selectedMenuItem: item
}) })