Remove 'need to return bbox' comment on conditions_bbox
This commit is contained in:
parent
26f12ef11a
commit
f23993a4df
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue