Commit cb96cc030ad159342c82887120eb28e315424121

Authored by Dmitriy Zaporozhets
1 parent 54a24608

Uncomment forgotten code

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
lib/gitlab/backend/gitolite_config.rb
... ... @@ -77,9 +77,9 @@ module Gitlab
77 77 log("Gitolite error -> " + " " + ex.message)
78 78 raise Gitolite::AccessDenied, ex.message
79 79  
80   - #rescue Exception => ex
81   - #log(ex.class.name + " " + ex.message)
82   - #raise Gitolite::AccessDenied.new("gitolite timeout")
  80 + rescue Exception => ex
  81 + log(ex.class.name + " " + ex.message)
  82 + raise Gitolite::AccessDenied.new("gitolite timeout")
83 83 end
84 84  
85 85 def log message
... ...