Commit 2c2304bf927bbebb86a3ad6fbe188cc2f10b637b
1 parent
66232919d6
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 0 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/config/MyWebInterceptor.java
View file @
2c2304b
... | ... | @@ -30,7 +30,6 @@ |
30 | 30 | @Override |
31 | 31 | public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { |
32 | 32 | log.info("excludePath:"+excludePath); |
33 | - System.out.println(request.getPathInfo()); | |
34 | 33 | System.out.println(request.getServletPath()); |
35 | 34 | System.out.println(handler); |
36 | 35 |