Remove debug statements.
This commit is contained in:
@@ -16,7 +16,6 @@ module Gollum
|
|||||||
|
|
||||||
def contents
|
def contents
|
||||||
@contents ||= self.req @uri
|
@contents ||= self.req @uri
|
||||||
#req @uri
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def unchomp p
|
def unchomp p
|
||||||
@@ -25,7 +24,6 @@ module Gollum
|
|||||||
end
|
end
|
||||||
|
|
||||||
def req uri, cut = 1
|
def req uri, cut = 1
|
||||||
#puts uri.to_s
|
|
||||||
return "Too many redirects or retries" if cut >= 10
|
return "Too many redirects or retries" if cut >= 10
|
||||||
http = Net::HTTP.new uri.host, uri.port
|
http = Net::HTTP.new uri.host, uri.port
|
||||||
http.use_ssl = true
|
http.use_ssl = true
|
||||||
|
|||||||
Reference in New Issue
Block a user