File tree Expand file tree Collapse file tree
src/main/java/boombimapi/domain/place/application Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ public List<ViewportResponse> getOfficialPlacesInViewport(
4848 ViewportRequest request
4949 ) {
5050
51- log .info ("[OfficialPlaceService] getOfficialPlacesInViewport() topLeft: {}" , request .topLeft ());
52- log .info ("[OfficialPlaceService] getOfficialPlacesInViewport() bottomRight: {}" , request .bottomRight ());
53- log .info ("[OfficialPlaceService] getOfficialPlacesInViewport() zoomLevel: {}" , request .zoomLevel ());
51+ // log.info("[OfficialPlaceService] getOfficialPlacesInViewport() topLeft: {}", request.topLeft());
52+ // log.info("[OfficialPlaceService] getOfficialPlacesInViewport() bottomRight: {}", request.bottomRight());
53+ // log.info("[OfficialPlaceService] getOfficialPlacesInViewport() zoomLevel: {}", request.zoomLevel());
5454
5555 // TODO: 직선 거리 계산 부분 리팩터링 필요
5656 // 1. 뷰포트 범위 계산
You can’t perform that action at this time.
0 commit comments