mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
remove unwanted log
This commit is contained in:
parent
e9dff89206
commit
470bd2ea64
@ -142,9 +142,6 @@ export default class Sidebar extends React.Component {
|
||||
// recalculate sidebar selected item
|
||||
const item = [...this.state.topItems, ...this.state.bottomItems].find((item) => item.path === path)
|
||||
|
||||
|
||||
console.log(`Recalculate sidebar selected item: path [${path}]`, item)
|
||||
|
||||
this.setState({
|
||||
selectedMenuItem: item
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user