diff --git a/src/quic/node_quic_session.cc b/src/quic/node_quic_session.cc index 09f563c42b275c..b47321e222e9c1 100644 --- a/src/quic/node_quic_session.cc +++ b/src/quic/node_quic_session.cc @@ -1682,11 +1682,6 @@ void QuicSession::Close(int close_flags) { listener()->OnSessionClose(error, close_flags); else Destroy(); - - // At this point, the QuicSession should have been destroyed, indicating - // that all cleanup on the JavaScript side has completed and the - // QuicSession::Destroy() method has been called. - CHECK(is_destroyed()); } // Mark the QuicSession instance destroyed. This will either be invoked