Skip to content

Commit 3e737c0

Browse files
authored
Removed debug logs (#45)
2 parents 4dca186 + d1a2fec commit 3e737c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/pro/cloudnode/smp/enchantbookplus/Permissions.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ public static void init() {
2121
"Reload plugin config using `/enchantbookplus reload`",
2222
PermissionDefault.OP
2323
));
24-
for (Enchantment enchantment : Registry.ENCHANTMENT) {
25-
EnchantBookPlus.getInstance().getLogger().info("Registering permission for " + enchantment.getKey());
24+
for (Enchantment enchantment : Registry.ENCHANTMENT)
2625
pm.addPermission(new Permission(
2726
enchant(enchantment),
2827
"Allow enchanting " + enchantment.getKey() + "above the vanilla level, as configured in the plugin",
2928
PermissionDefault.TRUE
3029
));
31-
}
3230
}
3331
}

0 commit comments

Comments
 (0)