From d09178920686a3943dfb3689f2b48be21b427d1a Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 4 May 2013 23:19:13 +1200 Subject: [PATCH] Remove sequence warnings for the stable release. Fixes #3142. --- OpenRA.Game/Graphics/SequenceProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Game/Graphics/SequenceProvider.cs b/OpenRA.Game/Graphics/SequenceProvider.cs index fc4f122477..ea148f316c 100644 --- a/OpenRA.Game/Graphics/SequenceProvider.cs +++ b/OpenRA.Game/Graphics/SequenceProvider.cs @@ -43,7 +43,6 @@ namespace OpenRA.Graphics catch (FileNotFoundException) { // Do nothing; we can crash later if we actually wanted art - Console.WriteLine("Can't find all files for unit {0}.".F(unit)); } }