From fbbf64ea33f65510fb49fd050e35d32ba2ed0f4c Mon Sep 17 00:00:00 2001 From: Fayorg Date: Fri, 15 Dec 2023 01:06:59 +0100 Subject: [PATCH] fix: removed console.log in results --- app/results/[id]/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/results/[id]/page.tsx b/app/results/[id]/page.tsx index 96bbfe4..1534287 100644 --- a/app/results/[id]/page.tsx +++ b/app/results/[id]/page.tsx @@ -29,10 +29,6 @@ export default async function Page({ params }: { params: { id: string } }) { }); } - for (let grade in grades) { - console.log(grade); - } - return (
{teacherGrade && (