Skip to content

Commit 4472ea0

Browse files
committed
registry: remove autodetection progress/info message
Remove the "info: detecting host provider for 'URL'..." message that is only causing noise for users. Fixes #492
1 parent 6c0fb9e commit 4472ea0

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)