Skip to content

Commit ff5d2bf

Browse files
DavidSchinazicopybara-github
authored andcommitted
Remove accidental log
PiperOrigin-RevId: 863340533
1 parent 7353ce1 commit ff5d2bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

quiche/quic/masque/masque_connection_pool.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,6 @@ void MasqueConnectionPool::ConnectionState::OnSocketEvent(
384384
}
385385
if ((events & kSocketEventWritable) != 0) {
386386
if (!ssl_) {
387-
QUICHE_LOG(INFO) << "ds33Creating SSL object "
388-
<< (connection_pool_->GetSslCtx(mtls_) == nullptr
389-
? "NULLPTR"
390-
: "NOT NULLPTR");
391387
ssl_.reset((SSL_new(connection_pool_->GetSslCtx(mtls_))));
392388
SSL_set_connect_state(ssl_.get());
393389

0 commit comments

Comments
 (0)