mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Removed debug message in GroupRestrictionsManager.java.
This commit is contained in:
parent
b27b6add93
commit
93ac198d80
@ -54,7 +54,6 @@ public class GroupRestrictionsManager {
|
||||
|
||||
for (String group : groups) {
|
||||
int changeLimit = getChangeLimit(group);
|
||||
System.out.println("change limit for " + group + ": " + changeLimit);
|
||||
if (changeLimit == -1) {
|
||||
return -1;
|
||||
} else if (changeLimit > highestLimit) {
|
||||
|
Loading…
Reference in New Issue
Block a user