소스 검색

移除测试代码

lixing 4 년 전
부모
커밋
ed3e555be4
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      fm-common/src/main/java/com/persagy/fm/common/config/FeignExceptionHandler.java

+ 0 - 5
fm-common/src/main/java/com/persagy/fm/common/config/FeignExceptionHandler.java

@@ -51,9 +51,4 @@ public class FeignExceptionHandler {
             throw new RpcException(resultMsg);
         }
     }
-
-    @Before("pointCutMethod()")
-    public void test() {
-        System.out.println("test test test");
-    }
 }