mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 10:07:37 +01:00
Remove debug message
This commit is contained in:
parent
abe7fc8405
commit
70b27b8034
@ -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…
Reference in New Issue
Block a user