From deb441784189fd187e24d975da480f6af28aad92 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Fri, 22 Jun 2018 07:31:55 +0200 Subject: [PATCH] fix --- app/controllers/shop_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/shop_controller.rb b/app/controllers/shop_controller.rb index f87cfab..ab5cb35 100644 --- a/app/controllers/shop_controller.rb +++ b/app/controllers/shop_controller.rb @@ -4,7 +4,7 @@ class ShopController < ApplicationController include PageContent def set_settings - Rails.logger.error request.location.country_code + #Rails.logger.error request.location.country_code @ss = ScSetting.first redirect_to '/closed.html' if @ss.shop_active.eql?(false) end