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