Minor - remove debug line

This commit is contained in:
ljacqu 2016-01-17 20:46:19 +01:00
parent b0ba893827
commit 125c45d715

View File

@ -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);