lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
d0f45d8fe0
Modificáronse 1 ficheiros con 0 adicións e 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();
 
   }