Skip to content
Snippets Groups Projects
Commit c95de3c4 authored by Stephen Ball's avatar Stephen Ball
Browse files

removed debugging puts statements

parent fc312910
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ module Geocoder
else
Geocoder::Configuration.api_key = key
end
puts Geocoder::Configuration.api_key.inspect
end
opts.on("-l <language>", "--language <language>",
......@@ -36,7 +35,6 @@ module Geocoder
opts.on("-s <service>", Geocoder.street_lookups, "--service <service>",
"Geocoding service: #{Geocoder.street_lookups * ', '}") do |service|
Geocoder::Configuration.lookup = service.to_sym
puts Geocoder::Configuration.lookup.inspect
end
opts.on("-t <seconds>", "--timeout <seconds>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment