Skip to content

Commit

Permalink
It seems I accidentally left this debugging code in when I updated th…
Browse files Browse the repository at this point in the history
…e google geocoder to V3.
  • Loading branch information
Adamlb committed Dec 10, 2013
1 parent 34cf405 commit 5a2b604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graticule/geocoder/base.rb
Expand Up @@ -81,7 +81,6 @@ def get(params = {})
check_error(response)
return parse_response(response)
rescue OpenURI::HTTPError => e
raise e.inspect
check_error(prepare_response(e.io.read))
raise
end
Expand Down

0 comments on commit 5a2b604

Please sign in to comment.