Remove obsolete TODO

See discussion in crbug.com/631101 for details.

Comment-only change

PiperOrigin-RevId: 321808896
Change-Id: I2672ce5cbbaa9c3091a40a3d541960cd39e3adfa
diff --git a/quic/core/quic_crypto_client_handshaker.cc b/quic/core/quic_crypto_client_handshaker.cc
index a769da9..7276937 100644
--- a/quic/core/quic_crypto_client_handshaker.cc
+++ b/quic/core/quic_crypto_client_handshaker.cc
@@ -492,7 +492,6 @@
     if (!one_rtt_keys_available()) {
       next_state_ = STATE_SEND_CHLO;
     } else {
-      // TODO: Enable Expect-Staple. https://crbug.com/631101
       next_state_ = STATE_NONE;
     }
   }