Skip to content

Commit d872294

Browse files
authored
Merge pull request #494 from mjcheetham/no-auto-noise
Remove auto-detection progress/info message
2 parents 8f63406 + 4472ea0 commit d872294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/Microsoft.Git.CredentialManager/HostProviderRegistry.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ async Task<IHostProvider> MatchProviderAsync(HostProviderPriority priority)
173173
if (probeResponse is null)
174174
{
175175
_context.Trace.WriteLine("Querying remote URL for host provider auto-detection.");
176-
_context.Streams.Error.WriteLine($"info: detecting host provider for '{uri}'...");
177176

178177
using (HttpClient client = _context.HttpClientFactory.CreateClient())
179178
{

0 commit comments

Comments
 (0)