Skip to content

Commit d1a2fec

Browse files
committed
Removed debug logs
1 parent 4dca186 commit d1a2fec

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)