Revert "Preload lib/"

This reverts commit 5511a731bc.
This commit is contained in:
Robert Speicher 2015-04-09 12:21:59 -04:00
parent 6848312f37
commit a3601d6005
1 changed files with 0 additions and 5 deletions

View File

@ -6,8 +6,3 @@ module Gitlab
Settings
end
end
#
# Load all libs for threadsafety
#
Dir["#{Rails.root}/lib/**/*.rb"].each { |file| require file }