Remove debug statement
This commit is contained in:
parent
5bbe1c4aee
commit
6cb01999c6
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ class GeocoderController < ApplicationController
|
|||
:exclude => more_url_params["exclude_place_ids"].first
|
||||
})
|
||||
|
||||
Rails.logger.info @more_params
|
||||
|
||||
# parse the response
|
||||
results.elements.each("place") do |place|
|
||||
lat = place.attributes["lat"].to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue