From 6502ea4c306cf2c97fe4518febf24ae7411b0a95 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Wed, 20 Jan 2021 13:08:06 +0100 Subject: [PATCH] Remove outdated comment This comment was related to the feature we removed in https://github.com/openfoodfoundation/openfoodnetwork/pull/3609. --- app/controllers/spree/users_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/spree/users_controller.rb b/app/controllers/spree/users_controller.rb index 8b5171aa08d..fb87758b5e7 100644 --- a/app/controllers/spree/users_controller.rb +++ b/app/controllers/spree/users_controller.rb @@ -12,7 +12,6 @@ class UsersController < Spree::StoreController before_action :set_locale before_action :enable_embedded_shopfront - # Ignores invoice orders def show @orders = orders_collection