Skip to content

Commit c4ba140

Browse files
committed
review
1 parent 52feb62 commit c4ba140

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ void ConfigureListen(KestrelServerOptions serverOptions, IConfigurationRoot conf
8282
certificatePath;
8383
#endif
8484

85-
// for debug
86-
listenOptions.UseConnectionLogging();
87-
8885
// [SuppressMessage("Microsoft.Security", "CSCAN0220.DefaultPasswordContexts", Justification="Benchmark code, not a secret")]
8986
listenOptions.UseHttps(certPath, "testPassword", options =>
9087
{

0 commit comments

Comments
 (0)