diff --git a/src/nghttp2_ssl.cc b/src/nghttp2_ssl.cc index 75980c53..b6cfcfe4 100644 --- a/src/nghttp2_ssl.cc +++ b/src/nghttp2_ssl.cc @@ -763,7 +763,6 @@ void print_data_frame(print_type ptype, uint16_t length, uint8_t flags, printf("%sDATA%s frame (length=%d, flags=%d, stream_id=%d)\n", frame_name_ansi_esc(ptype), ansi_escend(), length, flags, stream_id); - print_frame_attr_indent(); } } // namespace