tests: Remove debug output

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-28 23:32:14 +09:00
parent b4bb6a6101
commit 9b2c24ad68
1 changed files with 0 additions and 2 deletions

View File

@ -3251,8 +3251,6 @@ void test_nghttp2_submit_data_twice(void)
CU_ASSERT(0 == nghttp2_session_send(session));
fprintf(stderr, "acc.length=%zu\n", acc.length);
/* We should have sent 2 DATA frame with 16 bytes payload each */
CU_ASSERT(NGHTTP2_FRAME_HDLEN * 2 + 16 * 2 == acc.length);