From c2fb398707edb47a27d33e15f4a8d55a96e89a02 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 31 Aug 2023 11:16:31 +0100 Subject: [PATCH] Removed an alert that was not supposed to be there --- src/pages/exercises.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/exercises.tsx b/src/pages/exercises.tsx index ace38235..ea8805b5 100644 --- a/src/pages/exercises.tsx +++ b/src/pages/exercises.tsx @@ -97,8 +97,6 @@ export default function Page() { useEffect(() => { if (selectedModules.length > 0 && exams.length !== 0 && moduleIndex >= selectedModules.length && !hasBeenUploaded && !showSolutions) { - alert("HEHE"); - const newStats: Stat[] = userSolutions.map((solution) => ({ ...solution, session: sessionId,