Buggy code remove

This commit is contained in:
Wedge 2016-03-20 16:23:34 +03:00
parent 2df94f0bc0
commit a1fa153c1e
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
Github.configure do |c|
c.basic_auth = ENV["GITHUB_LOGIN"] + ":" + ENV["GITHUB_PASSWORD"]
c.auto_pagination = true
c.stack = Proc.new do |builder|
builder.use Faraday::HttpCache, store: Rails.cache, logger: Rails.logger
end
end
#for updating repo contents