From c4413a185d8b01107a3c6bb3a0772a18f831d35c Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 22 Sep 2023 23:08:06 +0800 Subject: [PATCH] Hidden unused console.log --- .../ParseStudentStatusList/ParseStudentStatusList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ParseStudentStatusList/ParseStudentStatusList.tsx b/src/components/ParseStudentStatusList/ParseStudentStatusList.tsx index 4e673c9..1f0b16e 100644 --- a/src/components/ParseStudentStatusList/ParseStudentStatusList.tsx +++ b/src/components/ParseStudentStatusList/ParseStudentStatusList.tsx @@ -16,7 +16,7 @@ export default function ParseStudentStatusList(data: any) { let data_filtered = data.filter( (item: StudentStatusFilterType) => item.study_group == "" ); - console.log("Filtered Data:", data_filtered); + // console.log("Filtered Data:", data_filtered); // Then we flatten the data so that all attributes are in the first layer // We first flatten the data to remove nested entries let data_flattened = data_filtered.map((item: StudentStatusFilterType) => ({