Skip to content

Commit 3feb4fe

Browse files
committed
Can't believe I forgot to remove this...
1 parent 9c93174 commit 3feb4fe

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: Kepler-Server/src/main/java/org/alexdev/kepler/game/player/PlayerManager.java

-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ public String createPassword(String password) {
292292
}
293293

294294
public boolean passwordMatches(String databasePassword, String enteredPassword) {
295-
System.out.println("raw = " + enteredPassword);
296-
System.out.println("db = " + databasePassword);
297295
return Kepler.getPasswordEncoder().matches(enteredPassword, databasePassword);
298296
}
299297

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ To be honest, this server doesn't require much. I'd argue that the MariaDB serve
4343

4444
- JDK >= 17
4545
- MariaDB server
46-
- libsodium support (this project uses [this library](https://github.com/terl/lazysodium-java))
4746

4847
# Installation
4948

0 commit comments

Comments
 (0)