Archived
0

Removed debuging print statements

This commit is contained in:
Minenash
2019-01-02 21:52:45 -05:00
parent e06d525989
commit b677e21b61

View File

@@ -114,10 +114,6 @@ public class Mail implements Module, Listener
return; return;
} }
System.out.println(playerToMsg);
System.out.println(idToMsg);
System.out.println(archives);
String themeStr = (String) DataManager.getData(sender, "theme"); String themeStr = (String) DataManager.getData(sender, "theme");
String actions = (String) DataManager.getData(sender, "actions"); String actions = (String) DataManager.getData(sender, "actions");
String names = (String) DataManager.getData(sender, "names"); String names = (String) DataManager.getData(sender, "names");
@@ -589,7 +585,6 @@ public class Mail implements Module, Listener
.appendSendChatHover("&e/mail", "/mail", "Click to read your messages") .appendSendChatHover("&e/mail", "/mail", "Click to read your messages")
.appendText("&7 to read them.") .appendText("&7 to read them.")
.send(); .send();
System.out.println("Loaded " + p.getName());
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")