mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Hidden unused console.log
This commit is contained in:
parent
81bead43ff
commit
c4413a185d
1 changed files with 1 additions and 1 deletions
|
@ -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) => ({
|
||||
|
|
Loading…
Reference in a new issue