Skip to content

Commit 929aa14

Browse files
committed
Remove console log statement
1 parent 6bfe377 commit 929aa14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/layouts/EventLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dayjs.extend(advancedFormat);
3333
* Event pages are generated dynamically based on the event files in /content/engage/events
3434
*/
3535
const EventLayout: React.FC<PageProps<any, any>> = ({ pageContext, children }) => {
36-
console.log(pageContext);
3736
const thumbnailImg = getImageFromFileNode(pageContext.frontmatter.image);
3837
const containerWidth = 'md';
3938
return (

0 commit comments

Comments
 (0)