Minor - remove debug line
This commit is contained in:
parent
b0ba893827
commit
125c45d715
@ -37,7 +37,6 @@ public class AsyncAddEmail {
|
||||
String currentEmail = auth.getEmail();
|
||||
|
||||
if (currentEmail != null && !"your@mail.com".equals(currentEmail)) {
|
||||
System.out.println("Email is currentEmail " + currentEmail); // FIXME remove
|
||||
messages.send(player, MessageKey.USAGE_CHANGE_EMAIL);
|
||||
} else if (isEmailInvalid(email)) {
|
||||
messages.send(player, MessageKey.INVALID_EMAIL);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user