Don't log debug logging being disabled
This commit is contained in:
@@ -381,7 +381,7 @@ public class SpigotConfig
|
|||||||
Bukkit.getLogger().info( "Debug logging is enabled" );
|
Bukkit.getLogger().info( "Debug logging is enabled" );
|
||||||
} else
|
} 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.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user