Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Dec 31, 2023
1 parent f61360d commit 4eeabc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server-admin-ui/src/components/Sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class Sidebar extends Component {

// nav dropdown
const navDropdown = (item, key) => {
console.log('****', item)
return (
<li key={key} className={activeRoute(item.url, props)}>
<a
Expand Down

0 comments on commit 4eeabc1

Please sign in to comment.