Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse committed Apr 19, 2017
1 parent 3c5cc53 commit 8b7d069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/raygun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def track_exception(exception_instance, env = {}, user = nil, retry_count = 1)
Client.new.track_exception(exception_instance, env, user)
end
rescue Exception => e
p "Exception"
p e.inspect
if configuration.failsafe_logger
failsafe_log("Problem reporting exception to Raygun: #{e.class}: #{e.message}\n\n#{e.backtrace.join("\n")}")
end
Expand Down

0 comments on commit 8b7d069

Please sign in to comment.