Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrendel committed Aug 10, 2012
1 parent 9fa8787 commit 4c2bac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/raven/rails/middleware/debug_exceptions_catcher.rb
Expand Up @@ -7,7 +7,6 @@ def self.included(base)
end

def render_exception_with_raven(env, exception)
puts exception.class.name
if exception.class.name != 'ActionController::RoutingError' and exception.class.name != 'RecordNotFound'
evt = Raven::Event.capture_rack_exception(exception, env)
Raven.send(evt) if evt
Expand Down

0 comments on commit 4c2bac7

Please sign in to comment.