From 5fa5c61700654408238d3d44638c16de338e0307 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 26 Dec 2019 11:35:04 +0800 Subject: [PATCH] fixbug --- app/decorators/tiding_decorator.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/decorators/tiding_decorator.rb b/app/decorators/tiding_decorator.rb index 894241431..318167d92 100644 --- a/app/decorators/tiding_decorator.rb +++ b/app/decorators/tiding_decorator.rb @@ -242,10 +242,8 @@ module TidingDecorator end when 'Game' then game = Game.find_by(id: parent_container_id) - Rails.logger.info("#####game:#{game.id}") if game.present? format_str = I18n.t(locale_format(parent_container_type)) - Rails.logger.info("#####format_str:#{format_str}") format_str % [game.challenge.shixun.name, game.challenge.position, container.score] end when 'testSet' then