Skip to content

Commit

Permalink
PR feedback (Mihai): Remove left-over debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ladipro committed Feb 23, 2021
1 parent dd9ef62 commit 96841b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Shared/FileMatcher.cs
Expand Up @@ -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");
}
}
}
}
Expand Down

0 comments on commit 96841b6

Please sign in to comment.