From e6ba5ce45c1851d3197e2feeb9f6c7159f48374e Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Wed, 7 Aug 2019 10:01:32 +0800 Subject: [PATCH] =?UTF-8?q?debug=20=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/shixuns_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shixuns_controller.rb b/app/controllers/shixuns_controller.rb index de164c907..a707536bb 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -687,7 +687,6 @@ class ShixunsController < ApplicationController challenges.each_with_index do |challenge, index| status = (index == 0 ? 0 : 3) game_identifier = generate_identifier(Game, 12) - raise("test") worker.add(base_attr.merge(challenge_id: challenge.id, status: status, open_time: Time.now, identifier: game_identifier, modify_time: challenge.modify_time)) end