|
@@ -78,7 +78,6 @@ public class FeatureRemoteService {
|
|
|
return Collections.emptyList();
|
|
|
}
|
|
|
List<AdItemFeatureProto> protoList = client.getAllAdItemFeature(adIdList);
|
|
|
- log.info("svc=getAllAdFeatureList protoList={}", protoList);
|
|
|
return CommonCollectionUtils.toList(protoList, p -> convert(p));
|
|
|
}
|
|
|
|