Remove running debug message

This commit is contained in:
conor 2019-10-21 11:25:12 +02:00
parent dd1a5c6f85
commit afe097aac8

View file

@ -7,7 +7,7 @@ class VouchersController < ApplicationController
@vouchers = Voucher.all
whitelist = `mc-whitelist-users`.gsub("\n", "")
render json: { :vouchers => @vouchers, :whitelist => whitelist, :running => "As system command"}.to_json
render json: { :vouchers => @vouchers, :whitelist => whitelist }.to_json
end
# GET /vouchers/1