diff --git a/web/app/controllers/api_jam_tracks_controller.rb b/web/app/controllers/api_jam_tracks_controller.rb index 46e9b6aa9..8498c5dc2 100644 --- a/web/app/controllers/api_jam_tracks_controller.rb +++ b/web/app/controllers/api_jam_tracks_controller.rb @@ -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