Skip to content

Commit

Permalink
chore(webui): drop console log
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 20, 2024
1 parent 54b2b87 commit 42fbfa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webui/src/components/BreadcrumbLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ type BreadcrumbLinksProps = {
export function BreadcrumbLinks(props: BreadcrumbLinksProps) {
const links = useMemo(() => getBreadcrumbLinks(props), [props.entry.id, props.path]);

console.log({ links, path: props.path });

return (
<Breadcrumb>
<BreadcrumbList className="mr-8">
Expand Down

0 comments on commit 42fbfa8

Please sign in to comment.