Skip to content

Commit b0caaf9

Browse files
removes console log statements
1 parent e9e874c commit b0caaf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/PollInfo.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ dayjs.extend(localizedFormat);
88

99
const PollInfo = (props: { poll: RocketMeetPollFromDB }): JSX.Element => {
1010
const { poll } = props;
11-
console.log("lol");
12-
console.log(poll);
1311
return (
1412
<div className="justify-content-center">
1513
<h1>{poll.title}</h1>

0 commit comments

Comments
 (0)