remove online log service

This commit is contained in:
2014-07-18 14:09:53 +08:00
parent aa3192750c
commit 9ed3635274
4 changed files with 0 additions and 8 deletions
View File
-1
View File
@@ -51,7 +51,6 @@ gem 'acts_as_commentable_with_threading'
gem 'gravatar-ultimate'
gem 'sidekiq'
gem 'le'
# gem 'awesome_nested_set'
gem 'awesome_nested_set', '3.0.0.rc.3'
-2
View File
@@ -171,7 +171,6 @@ GEM
kgio (2.9.2)
launchy (2.4.2)
addressable (~> 2.3)
le (2.2.9)
machinist (2.0)
mail (2.5.4)
mime-types (~> 1.16)
@@ -356,7 +355,6 @@ DEPENDENCIES
gravatar-ultimate
jquery-rails
kgio
le
machinist
memcachier
newrelic_rpm
-5
View File
@@ -4,8 +4,3 @@ require File.expand_path('../application', __FILE__)
# Initialize the rails application
Libr::Application.initialize!
if Rails.env.development?
# Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5', debug: true)
else
Rails.logger = Le.new('32df6983-8040-4c6b-b42b-508e490af4b5')
end