Remove 'need to return bbox' comment on conditions_bbox

This commit is contained in:
Anton Khorev 2023-11-21 13:55:35 +03:00
parent 26f12ef11a
commit f23993a4df
2 changed files with 0 additions and 2 deletions

View file

@ -283,7 +283,6 @@ module Api
##
# if a bounding box was specified do some sanity checks.
# restrict changesets to those enclosed by a bounding box
# we need to return both the changesets and the bounding box
def conditions_bbox(changesets, bbox)
if bbox
bbox.check_boundaries

View file

@ -83,7 +83,6 @@ class ChangesetsController < ApplicationController
##
# if a bounding box was specified do some sanity checks.
# restrict changesets to those enclosed by a bounding box
# we need to return both the changesets and the bounding box
def conditions_bbox(changesets, bbox)
if bbox
bbox.check_boundaries