mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Удалены отладочные сообщения при использовании Hibernate
This commit is contained in:
parent
cf18ce6110
commit
1dab2ed396
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ public boolean verifyPassword(String password)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
byte[] enpassword = digest.digest(password.concat(password_salt).getBytes(StandardCharsets.UTF_8));
|
byte[] enpassword = digest.digest(password.concat(password_salt).getBytes(StandardCharsets.UTF_8));
|
||||||
LogHelper.info(Arrays.toString(enpassword));
|
|
||||||
LogHelper.info(Arrays.toString(this.password));
|
|
||||||
return Arrays.equals(enpassword, this.password);
|
return Arrays.equals(enpassword, this.password);
|
||||||
}
|
}
|
||||||
public ClientPermissions getPermissions()
|
public ClientPermissions getPermissions()
|
||||||
|
|
Loading…
Reference in a new issue