Skip to content

Commit e31df68

Browse files
Remove console.log.
1 parent 30cef3f commit e31df68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/fundable/LargeProjectCardPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export default function LargeProjectCardPage() {
5151
const { pageName } = match.params; /* extract the dynamic part from the url i.e. the pageName*/
5252
const projectsByCategory = getCategoryFromProjectPageName(pageName);
5353
const project = projectsByCategory.find((project) => project.pageName === pageName);
54-
console.log('project:', project)
5554
if (!project) return null;
5655

5756
return (

0 commit comments

Comments
 (0)