remove spam on planes doing stuff

This commit is contained in:
Chris Forbes
2010-07-23 22:30:52 +12:00
parent 20c0419782
commit 5375692f1f

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.RA
{
if (reservation != null)
{
Game.Debug("Disposing reservation.");
// Game.Debug("Disposing reservation.");
reservation.Dispose();
reservation = null;
}