lrf402788946 hace 4 años
padre
commit
d0f45d8fe0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/service/score.js

+ 0 - 2
app/service/score.js

@@ -57,8 +57,6 @@ class ScoreService extends CrudService {
       score = _.round(_.divide(stuScoreTotal * 1, teaScoreList.length), 2);
     }
     teacher.xsscore = score;
-    console.log(stuScoreTotal, teaScoreList.length);
-    console.log(`${teacher.name}:${teacher.xsscore}`);
     await teacher.save();
 
   }