Skip to content

Commit

Permalink
chore: nettoyage du code et suppression de fichiers inutilisés
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Nov 7, 2024
1 parent 184bf19 commit 6a46c32
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/services/grades.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ export async function updateGradesAndAveragesInCache <T extends Account> (accoun

grades = data.grades;
averages = data.averages;

console.log(data);
}
else {
grades = [];
Expand Down
9 changes: 0 additions & 9 deletions src/services/iutlan/fetch_iutlan.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/services/iutlan/grades.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export const saveIUTLanGrades = async (account: LocalAccount) => {
};

const grades: Grade[] = matiere.evaluations.map((note) => {
console.log(note);

const grade = {
student: {
value: parseInt(note.note.value),
Expand Down

0 comments on commit 6a46c32

Please sign in to comment.