diff --git a/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java b/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java index 6fe5da3..4af13bf 100644 --- a/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java +++ b/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java @@ -27,7 +27,6 @@ public class JWTTokenGeneratorFilter extends OncePerRequestFilter { //at this point the user is authenticated we just have to send the token back Authentication authentication = SecurityContextHolder.getContext().getAuthentication(); - System.out.println(authentication.getName()+" Is the name "); if (null != authentication) { //get the JWT key from the contents we defined