Skip to content
Extraits de code Groupes Projets
Valider 36f87c57 rédigé par Adrien NUNES's avatar Adrien NUNES
Parcourir les fichiers

Remove useless log

parent fe5d64d4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -107,11 +107,6 @@ class DatabaseCommand{
return wrongCatMessage(category);
}
const wrongIndexes = indexes.filter(index => index < 0 || index >= list.length);
console.log(list);
console.log(list.length);
console.log(wrongIndexes);
if(wrongIndexes.length > 0) return `${wrongIndexes.join(',')} invalides pour '${category}'`;
const newList = list.filter((_, index) => !indexes.includes(index));
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter