From bf72a89853475df01eab6ff4a37bf55cbf4711b9 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 10 Feb 2025 14:25:50 +1100 Subject: [PATCH] Clean up left over comment --- app/controllers/checkout_controller.rb | 1 - 1 file changed, 1 deletion(-) 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?