From 492abc0853a78705c238a8675f6d8ea54f1e59aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Jun 2014 10:37:38 +0200 Subject: [PATCH] don't spam passed checks --- OpenRA.Lint/YamlChecker.cs | 3 --- 1 file changed, 3 deletions(-) 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)