|
@@ -107,7 +107,6 @@ public class ScoreV2ThresholdPredictModel extends ThresholdPredictModel {
|
|
|
result.put("threshold", threshold);
|
|
|
result.put("score", maxItem == null ? -1 : maxItem.getScore());
|
|
|
result.put("ad_predict", adPredict);
|
|
|
- log.info("svc=predict modelName=modelV2 result={}", JSONObject.toJSONString(result));
|
|
|
|
|
|
return result;
|
|
|
}
|