X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/663f3e48e354bd0fce64a2111be0139a6a335839..85d17f257c338f668a1d17d9fc62a2f48ec84230:/app/controllers/note_controller.rb diff --git a/app/controllers/note_controller.rb b/app/controllers/note_controller.rb index fe83f7d03..4c0c98b63 100644 --- a/app/controllers/note_controller.rb +++ b/app/controllers/note_controller.rb @@ -25,9 +25,6 @@ class NoteController < ApplicationController bbox = BoundingBox.from_lrbt_params(params) end - # Get the sanitised boundaries - @min_lon, @min_lat, @max_lon, @max_lat = sanitise_boundaries(bbox) - # Get any conditions that need to be applied notes = closed_condition(Note.scoped)