Removed debug lines.

This commit is contained in:
tastybento 2018-06-16 19:34:58 -07:00
parent c8dfd4a242
commit 45c0bc84da

View File

@ -41,8 +41,6 @@ public class SettingsPanel {
private static void setupHeader(User user, PanelBuilder panelBuilder, Flag.Type currentFlagType) {
int slot = 2;
for (Flag.Type flagType : Flag.Type.values()) {
System.out.println("DEBUGGY:" + flagType.toString());
System.out.println("DEBUGGY:" + user.getTranslation("protection.panel." + flagType.toString() + ".description"));
PanelItem panelItem = new PanelItemBuilder()
.icon(flagType.getIcon())
.name(user.getTranslation("protection.panel." + flagType.toString() + ".title"))