diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-01 22:15:33 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-01 22:16:37 +0200 |
commit | cfa35c55bb38b27af305ad21408e181bc3cd739e (patch) | |
tree | 479c8b510a189247b59e25a5d18234b2dff89a00 /activesupport/lib/active_support/log_subscriber | |
parent | cd74f0292f0e4caa13fae2b9869f5f190c081839 (diff) | |
download | rails-cfa35c55bb38b27af305ad21408e181bc3cd739e.tar.gz rails-cfa35c55bb38b27af305ad21408e181bc3cd739e.tar.bz2 rails-cfa35c55bb38b27af305ad21408e181bc3cd739e.zip |
remove deprecated `BufferedLogger`.
Diffstat (limited to 'activesupport/lib/active_support/log_subscriber')
-rw-r--r-- | activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index f9a98686d3..e50784ea0e 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -1,5 +1,4 @@ require 'active_support/log_subscriber' -require 'active_support/buffered_logger' require 'active_support/notifications' module ActiveSupport |