Skip to content

Commit

Permalink
chore: 불필요한 print문 제거 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
astraum committed Jun 10, 2022
1 parent c85943c commit 505bf54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public Claims parseJwtToken(String header) {
.parseClaimsJws(token)
.getBody();

System.out.println();
return claims;
}

Expand Down

0 comments on commit 505bf54

Please sign in to comment.