VRFS-3800 removed comment

This commit is contained in:
Jonathan Kolyer 2016-02-09 12:52:37 +00:00
parent 7e32ffcdf8
commit b8a190c889
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ class ApiJamTracksController < ApiController
params[:receipt],
params[:price_data])
rescue
# JONATHAN - this definitely needs beefing up so that you can communicate back to the app any errors you might raise.
# ... Go wild with this response; I just stubbed something.
response = { message: $!.to_s }
render :json => response, :status => 422
return