@@ -316,8 +316,6 @@ public class LoginController extends BaseController {
try {
// 获取验证码
CaptchaUtil.outputCaptcha(request, response, LOGIN_CAPTCHA);
- } catch (ServletException e) {
- e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
@@ -97,8 +97,6 @@ public class ResetPasswordController extends BaseController {
CaptchaUtil.outputCaptcha(request, response, RESET_CAPTCHA);