]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4358'
authorTom Hughes <tom@compton.nu>
Tue, 21 Nov 2023 17:24:19 +0000 (17:24 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Nov 2023 17:24:19 +0000 (17:24 +0000)
app/controllers/api/changesets_controller.rb
app/controllers/changesets_controller.rb

index 9bdf0f2bd3b075a5a5eb09e5755bfa76ee224bde..c9c806de6ecc4a7e19d2d345180c87ea3d643493 100644 (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
index fef4d85eb51273596dfe81ccfc0cad88ba81c19f..859242b60fff5106ec2361b724f2972c5d423ab1 100644 (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