courses: remove errant console.log

This commit is contained in:
Matilde Park 2022-06-27 16:47:32 -07:00
parent 6097163c39
commit 9dc1b5fc7c

View File

@ -16,7 +16,6 @@ export default function Courses({ search, courses }) {
title: "Courses",
description: "Join the next session of Hoon School or App School.",
};
console.log(courses);
return (
<Container>
<Head>