mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Don't log debug logging being disabled
This commit is contained in:
parent
04a78195ec
commit
b2c22e9470
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue