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)); } }