We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c638194 commit 08eb055Copy full SHA for 08eb055
sdk/core/System.ClientModel/src/Options/ClientLoggingOptions.cs
@@ -250,7 +250,6 @@ internal void ValidateOptions()
250
251
internal PipelineMessageSanitizer GetPipelineMessageSanitizer()
252
{
253
- Console.WriteLine($"Allowed header names:{_allowedHeaderNames}");
254
if (HeaderListIsDefault && QueryParameterListIsDefault)
255
256
return s_defaultSanitizer;
0 commit comments