Remove dead code

I'm pretty sure this was here because advancing the order was adding order errors in some cases
This commit is contained in:
Matt-Yorkley
2023-06-07 01:09:55 +01:00
parent 968bf882c4
commit 983353e078

View File

@@ -28,7 +28,6 @@ module Spree
def edit
@order.shipments.map(&:refresh_rates)
@order.errors.clear
end
def create