Remove debug message
This commit is contained in:
parent
abe7fc8405
commit
70b27b8034
1 changed files with 0 additions and 1 deletions
|
|
@ -403,7 +403,6 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
if(p.isBanned())
|
||||
return false;
|
||||
boolean rslt = permissions.hasOfflinePermission(player, perm);
|
||||
Log.info(player + ".checkPlayerPermission(" + perm + ")=" + rslt);
|
||||
return rslt;
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue