diff --git a/OpenRA.Mods.RA/Plane.cs b/OpenRA.Mods.RA/Plane.cs index d532474244..b0d7412715 100644 --- a/OpenRA.Mods.RA/Plane.cs +++ b/OpenRA.Mods.RA/Plane.cs @@ -77,7 +77,7 @@ namespace OpenRA.Mods.RA { if (reservation != null) { - Game.Debug("Disposing reservation."); + // Game.Debug("Disposing reservation."); reservation.Dispose(); reservation = null; }