Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevhjc committed Feb 28, 2022
1 parent aa9b261 commit 19bea9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ const Home = () => {
}
};

console.log(entries);

return (
<div>
{location.pathname === PATHS.NEW_NOTE && (
Expand Down

1 comment on commit 19bea9c

@vercel
Copy link

@vercel vercel bot commented on 19bea9c Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.