1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: removed console.log in results

This commit is contained in:
2023-12-15 01:06:59 +01:00
parent b9dfd798f4
commit fbbf64ea33

View File

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