Commit d5ad8160 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove puts

parent c3f71412
...@@ -35,7 +35,6 @@ class GitlabNet ...@@ -35,7 +35,6 @@ class GitlabNet
end end
def get(url) def get(url)
puts url.inspect
url = URI.parse(url) url = URI.parse(url)
http = Net::HTTP.new(url.host, url.port) http = Net::HTTP.new(url.host, url.port)
http.use_ssl = (url.port == 443) http.use_ssl = (url.port == 443)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment