Remove debug message anyway

This commit is contained in:
spengreb 2019-10-08 20:00:17 +02:00
parent 019521dc38
commit 2a876d60e6

View file

@ -31,7 +31,7 @@ class VouchersController < ApplicationController
end end
else else
render json: "{ Voucher is not valid }" + params[:voucher].in?(whitelist).to_s, status: :unprocessable_entity render json: "{ Voucher is not valid }", status: :unprocessable_entity
end end