From 58755b00c97a562ccca2a8eced5263a0e94f2e15 Mon Sep 17 00:00:00 2001 From: Myat Zin Wai Maw Date: Tue, 28 May 2019 15:03:14 +0630 Subject: [PATCH] - --- app/controllers/crm/customers_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/crm/customers_controller.rb b/app/controllers/crm/customers_controller.rb index 50c0da09..c895c4b6 100644 --- a/app/controllers/crm/customers_controller.rb +++ b/app/controllers/crm/customers_controller.rb @@ -122,7 +122,6 @@ class Crm::CustomersController < BaseCrmController #get customer amount @customer = Customer.find(params[:id]) @response = Customer.get_membership_transactions(@customer) - puts @response.to_json Rails.logger.debug "get membership transactions response" Rails.logger.debug @response.to_json