From 96841b66f925b0f61ae1c193de5c754fe1f4dce4 Mon Sep 17 00:00:00 2001 From: Ladi Prosek Date: Tue, 23 Feb 2021 13:26:23 +0100 Subject: [PATCH] PR feedback (Mihai): Remove left-over debug output --- src/Shared/FileMatcher.cs | 4 ---- 1 file changed, 4 deletions(-) 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"); - } } } }