Skip to content

Commit ae31613

Browse files
committed
fix: remove debug print
1 parent 41d263a commit ae31613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/IcbdActivityCard.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default function IcbdActivityCard(props: { activity: ICBDActivity }) {
99
const router = useRouter();
1010

1111
const hosts = props.activity.hosts as ICBDSpeakerActivityRelation[];
12-
console.log(props.activity);
1312

1413
const translation = getTranslation(props.activity, locale(router));
1514
return (

0 commit comments

Comments
 (0)