Skip to content

Commit

Permalink
Merge pull request #494 from mjcheetham/no-auto-noise
Browse files Browse the repository at this point in the history
Remove auto-detection progress/info message
  • Loading branch information
mjcheetham authored Oct 20, 2021
2 parents 8f63406 + 4472ea0 commit d872294
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ async Task<IHostProvider> MatchProviderAsync(HostProviderPriority priority)
if (probeResponse is null)
{
_context.Trace.WriteLine("Querying remote URL for host provider auto-detection.");
_context.Streams.Error.WriteLine($"info: detecting host provider for '{uri}'...");

using (HttpClient client = _context.HttpClientFactory.CreateClient())
{
Expand Down

0 comments on commit d872294

Please sign in to comment.