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

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 2, 2017
1 parent d03fd75 commit ea41997
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/timber/overrides/logger_add.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ def add(severity, message = nil, progname = nil)
if self.is_a?(::Timber::Logger)
_timber_original_add(severity, message, progname)
else
if message.message.nil?
STDOUT.write message.inspect
end
_timber_original_add(severity, message.message, progname)
end
else
Expand Down

0 comments on commit ea41997

Please sign in to comment.