Skip to content

Commit

Permalink
EDSC-4326: Removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorlang committed Dec 10, 2024
1 parent b58ba35 commit 0158fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/components/Layout/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const Layout = () => (
<NavDropdown id="additional-demos-dropdown" title="Additional Demos">
{
routes.map(({ title, to }) => {
console.log('🚀 ~ routes.map ~ { title, to }:', { title, to })
return (
<NavDropdown.Item key={`link__${to}`} to={to} as={LinkContainer}>
<Nav.Link>{title}</Nav.Link>
Expand Down

0 comments on commit 0158fba

Please sign in to comment.