Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhossenbux committed Mar 25, 2024
1 parent f10b294 commit fd706b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const Item = (props) => {
}
};

console.log(props.endDate);

return (
<div
className={`mb-4 pl-4 border-l-4 border-${
Expand Down

0 comments on commit fd706b6

Please sign in to comment.