diff --git a/app/controllers/mofs_controller.rb b/app/controllers/mofs_controller.rb index d72458a..f374df7 100755 --- a/app/controllers/mofs_controller.rb +++ b/app/controllers/mofs_controller.rb @@ -41,9 +41,7 @@ def homepage # GET /mofs # GET /mofs.json def index - puts "Getting mofs" success, @mofs = get_mofs - puts "Success is #{success}" unless success return render status: 400, :json => @mofs end