Remove duplicate call to send MAX_PUSH_ID frame.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 277329993
Change-Id: Ifaa331997754c352186d94c944bd00dfe463afce
diff --git a/quic/core/http/quic_spdy_session.cc b/quic/core/http/quic_spdy_session.cc
index 064f403..8d5f7e3 100644
--- a/quic/core/http/quic_spdy_session.cc
+++ b/quic/core/http/quic_spdy_session.cc
@@ -1033,7 +1033,6 @@
   DCHECK(perspective() == Perspective::IS_CLIENT);
   if (IsCryptoHandshakeConfirmed()) {
     SendMaxPushId();
-    send_control_stream_->SendMaxPushIdFrame(max_allowed_push_id_);
   }
 }