去掉抛出异常

This commit is contained in:
huang 2017-09-22 10:58:15 +08:00
parent a234bdc01b
commit 29acff9dde
1 changed files with 0 additions and 1 deletions

View File

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