Don't log debug logging being disabled

This commit is contained in:
Noah van der Aa 2021-09-14 16:24:45 +02:00
parent 04a78195ec
commit b2c22e9470

View file

@ -381,7 +381,7 @@ public class SpigotConfig
Bukkit.getLogger().info( "Debug logging is enabled" );
} else
{
Bukkit.getLogger().info( "Debug logging is disabled" );
// Bukkit.getLogger().info( "Debug logging is disabled" ); // Paper - Don't log if debug logging isn't enabled.
}
}