AnlaAnla 1 місяць тому
батько
коміт
9ad5fbfe46
2 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      app/services/score_service.py
  2. 0 0
      run_defect_score_server.py

+ 0 - 2
app/services/score_service.py

@@ -89,8 +89,6 @@ class ScoreService:
         return result_json
 
     def recalculate_defect_score(self, score_type: str, json_data: dict):
-        print(score_type)
-        print(json_data)
 
         center_json_data = json_data["result"]['center_result']
         defect_json_data = json_data["result"]['defect_result']

+ 0 - 0
run.py → run_defect_score_server.py