Skip to content

Commit

Permalink
removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Nov 30, 2020
1 parent 074d1c5 commit 09634af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/eeuser/src/main/java/org/jpos/ee/HashVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public boolean check (String seed, String secret, String hash) throws NoSuchAlgo
@Override
public String hash (String seed, String secret, byte[] salt) throws Exception {
if (salt == null) {
System.out.println ("-- generated salt --");
salt = ONE.genSalt();
}
SecretKeyFactory skf = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA256");
Expand Down

0 comments on commit 09634af

Please # to comment.