Commit 264137f3 authored by Quxl's avatar Quxl

x

parent 46f1cb2e
......@@ -26,7 +26,6 @@ public class ExceptionHandler implements HandlerExceptionResolver {
Rjx rjx = ((XException) ex).getRjx();
mav.addAllObjects(rjx);
if(ex instanceof XRException) {
displayInLog = false;
logger.debug(ex.getMessage());
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment