Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Dec 23, 2024
1 parent 75bdd38 commit c568819
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ export const RecentItems = ({
const navLinks = useObservable(navLinks$, []);
const loadingCount = useObservable(loadingCount$, 0);

// eslint-disable-next-line
console.log('loadingCount', loadingCount);

const handleItemClick = (link: string) => {
navigateToUrl(link);
setIsPopoverOpen(false);
Expand Down

0 comments on commit c568819

Please sign in to comment.