Clean up left over comment

This commit is contained in:
Gaetan Craig-Riou
2025-02-10 14:25:50 +11:00
parent 8db2445203
commit bf72a89853

View File

@@ -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?