don't spam passed checks

This commit is contained in:
Matthias Mailänder
2014-06-28 10:37:38 +02:00
parent f9d5a439d8
commit 492abc0853

View File

@@ -80,9 +80,6 @@ namespace OpenRA.Lint
var customPass = (ILintPass)Game.modData.ObjectCreator var customPass = (ILintPass)Game.modData.ObjectCreator
.CreateBasic(customPassType); .CreateBasic(customPassType);
if (verbose)
Console.WriteLine("Pass: {0}".F(customPassType.ToString()));
customPass.Run(EmitError, EmitWarning, testMap); customPass.Run(EmitError, EmitWarning, testMap);
} }
catch (Exception e) catch (Exception e)