Remove sequence warnings for the stable release. Fixes #3142.

This commit is contained in:
Paul Chote
2013-05-04 23:19:13 +12:00
parent d7eac12d64
commit d091789206

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