Skip to content

Commit

Permalink
Bounding boxes are sanitised on creation now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 6, 2012
1 parent 663f3e4 commit e756dba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/controllers/note_controller.rb
Expand Up @@ -25,9 +25,6 @@ def list
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)

Expand Down

0 comments on commit e756dba

Please sign in to comment.