Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Disable
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 24, 2017
1 parent 92e80a9 commit 12dffc6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/timber.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# core classes
require "json" # brings to_json to the core classes

begin
require "rails_stdout_logging"
module RailsStdoutLogging
class Rails3 < Rails
def self.set_logger(config)
end
end
end
rescue Exception
end
# begin
# require "rails_stdout_logging"
# module RailsStdoutLogging
# class Rails3 < Rails
# def self.set_logger(config)
# end
# end
# end
# rescue Exception
# end

# Base (must come first, order matters)
require "timber/config"
Expand Down

0 comments on commit 12dffc6

Please sign in to comment.