Merge pull request #3220 from pchote/remove-sequence-warnings

Remove sequence warnings for the stable release.
This commit is contained in:
Matthias Mailänder
2013-05-04 04:26:03 -07:00

View File

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