diff --git a/src/core/transport/chttp2_transport.c b/src/core/transport/chttp2_transport.c
index f938969717900911ff7a7829150e8bb9f4b56d74..a1910f0190937eeb2ef2819ecb1e304295894189 100644
--- a/src/core/transport/chttp2_transport.c
+++ b/src/core/transport/chttp2_transport.c
@@ -935,7 +935,6 @@ static void recv_data(void *tp, gpr_slice *slices, size_t nslices,
 
 static void reading_action(void *pt, int iomgr_success_ignored) {
   grpc_chttp2_transport *t = pt;
-  gpr_log(GPR_DEBUG, "reading_action");
   grpc_endpoint_notify_on_read(t->ep, recv_data, t);
 }