Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge "Don't log CloudErrors"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage authored and testazuretrain committed Nov 1, 2011
2 parents 47636f2 + 4ead517 commit 185cbbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud_controller/app/controllers/application_controller.rb
Expand Up @@ -144,7 +144,6 @@ def log_exception(e)
end

def render_cloud_error(e)
log_exception(e)
@error = e
render :status => e.status, :json => e.to_json
end
Expand Down

0 comments on commit 185cbbf

Please sign in to comment.