Skip to content

Commit 3007151

Browse files
committed
remove unused code
1 parent fa91746 commit 3007151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext-src/swoole_http_response.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ bool HttpContext::start_send(const char *body, size_t length) {
512512
efree(protocol);
513513
} else {
514514
http_byte_buffer.write_protocol(_protocol, body, length);
515-
printf("protocol: %s\n", _protocol);
516515
result = send(this, _protocol, protocol_length);
517516
}
518517

0 commit comments

Comments
 (0)