diff --git a/src/Shared/FileMatcher.cs b/src/Shared/FileMatcher.cs index 0907445d2a9..400de67a5d3 100644 --- a/src/Shared/FileMatcher.cs +++ b/src/Shared/FileMatcher.cs @@ -2457,10 +2457,6 @@ private static string[] CreateArrayWithSingleItemIfNotExcluded(string filespecUn // The suffix is the same so there is a possibility that the two will match the same files. searchesToExclude.Add(excludeState); } - else - { - Console.Write("Hoho"); - } } } }