Skip to content

Commit

Permalink
Removed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xannyxs committed Jan 24, 2024
1 parent c086a98 commit 143cc36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/components/sessions/SessionInfoBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const SessionInfoBox = ({
}) => {
const [isOpened, setIsOpened] = useState(false)

console.log(description)
return (
<div className="my-2 rounded">
<div className="flex flex-col justify-center py-4 lg:flex-row">
Expand Down

0 comments on commit 143cc36

Please sign in to comment.