Remove debug message

This commit is contained in:
spacerocket62 2022-02-05 13:51:40 -08:00
parent 4171a504ce
commit 5e64e5e1b5
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ public abstract class PlexCommand extends Command implements PluginIdentifiableC
if (plugin.getSystem().equalsIgnoreCase("ranks"))
{
PlexLog.debug(String.format("%s >= %s && comparing %s with %s", plexPlayer.getRankFromString().getLevel(), getLevel().getLevel(), plexPlayer.getRankFromString().name(), getLevel().name()));
if (!plexPlayer.getRankFromString().isAtLeast(getLevel()))
{
send(sender, tl("noPermissionRank", ChatColor.stripColor(getLevel().getLoginMSG())));