fix: removed console.log in results

This commit is contained in:
Elie Baier 2023-12-15 01:06:59 +01:00
parent b9dfd798f4
commit fbbf64ea33
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ export default async function Page({ params }: { params: { id: string } }) {
});
}
for (let grade in grades) {
console.log(grade);
}
return (
<div className={'p-4 md:p-12 w-full h-screen bg-black flex flex-col justify-between gap-y-4'}>
{teacherGrade && (