diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index ba7b1944aa..029e42c04e 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -80,9 +80,6 @@ namespace OpenRA.Lint var customPass = (ILintPass)Game.modData.ObjectCreator .CreateBasic(customPassType); - if (verbose) - Console.WriteLine("Pass: {0}".F(customPassType.ToString())); - customPass.Run(EmitError, EmitWarning, testMap); } catch (Exception e)