From 29acff9ddee5aa5cc087e8a5e15128346d2bbcd1 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 22 Sep 2017 10:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=8A=9B=E5=87=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= 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 e9d7167ab..784b3dddb 100644 --- a/app/controllers/shixuns_controller.rb +++ b/app/controllers/shixuns_controller.rb @@ -631,7 +631,6 @@ class ShixunsController < ApplicationController if res && res['code'].to_i != 0 raise("实训云平台繁忙(繁忙等级:90)") end - raise("test") redirect_to shixun_path(new_shixun) rescue Exception => e logger.info("copy shixun failed ##{e.message}")