Skip to content

Commit

Permalink
chore: remove debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Jun 5, 2024
1 parent 60d6f46 commit 6b4cbe6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/ui/expandableText.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const ExpandableText = ({ children, breakpoint }) => {

const size = breakpointVariants[breakpoint];

console.log(size);

return (
<>
{/* mobile view */}
Expand Down

0 comments on commit 6b4cbe6

Please sign in to comment.