You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/08/15 15:41:54 UTC

[03/26] tomee git commit: Removed unnecessary system.out.

Removed unnecessary system.out.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e616d2dc
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e616d2dc
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e616d2dc

Branch: refs/heads/master
Commit: e616d2dc9d1a1165cad48a5e2636ccb28858a87d
Parents: d2da5a9
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Fri Jul 27 17:02:05 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Fri Jul 27 17:02:05 2018 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e616d2dc/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
----------------------------------------------------------------------
diff --git a/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java b/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
index ad4c6a0..d35fb93 100644
--- a/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
+++ b/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/MPJWTFilter.java
@@ -56,7 +56,6 @@ public class MPJWTFilter implements Filter {
     @Override
     public void init(final FilterConfig filterConfig) throws ServletException {
         // nothing so far
-        System.out.println("MPJWTFilter.init");
     }
 
     @Override