Skip to content

Commit

Permalink
debuger removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jun 13, 2024
1 parent a79fd87 commit c3dc155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default function NavigationMenu(props: NavigationMenuProps) {
setLinks(response.items);
});
}, []);
console.log(links);
return (
<ul id={menuId} className={listClasses}>
{links.map((link: RestMenuItem) => {
Expand Down

0 comments on commit c3dc155

Please sign in to comment.