Skip to content

Commit 87b76fe

Browse files
fix: remove debug print
Co-authored-by: Ludovic Mermod <ludovic.mermod@epfl.ch>
1 parent 465ba83 commit 87b76fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/icbd.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export default function ICBDPage(
158158
/>
159159
);
160160

161-
console.log(speaker.linkedin);
162161
return speaker.linkedin ? (
163162
<Link key={speaker.id} href={speaker.linkedin}>
164163
{card}

0 commit comments

Comments
 (0)