This commit is contained in:
@@ -104,10 +104,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
|
||||
|
||||
yandexSearchResponse.setImages(results);
|
||||
yandexSearchResponse.setTotalResults(totalSize);
|
||||
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
|
||||
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
|
||||
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
|
||||
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
|
||||
|
||||
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),
|
||||
MessageCode.SUCCESS.getDescription(), yandexSearchResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user