diff --git a/app/controllers/checkout_controller.rb b/app/controllers/checkout_controller.rb index 52592c9138..e68b083351 100644 --- a/app/controllers/checkout_controller.rb +++ b/app/controllers/checkout_controller.rb @@ -156,7 +156,6 @@ class CheckoutController < BaseController # state. We need to do this when moving back to a previous checkout step, the update action takes # care of moving the order state forward. def update_order_state - # debugger return @order.back_to_payment if @order.confirmation? && payment_step? return unless @order.after_delivery_state? && details_step?