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}")