From c2b61d1a3b3ad40c2066989a37e02c10390e00cd Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Tue, 9 Feb 2016 12:52:37 +0000 Subject: [PATCH] VRFS-3800 removed comment --- web/app/controllers/api_jam_tracks_controller.rb | 2 -- 1 file changed, 2 deletions(-) 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