Skip to content

Commit 9308a0e

Browse files
committed
Removed debug code
1 parent bdaf5a0 commit 9308a0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

uv_http_parser.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ void destruct_httpparser(zend_rsrc_list_entry *rsrc TSRMLS_DC)
66
{
77
php_http_parser_context *obj = (php_http_parser_context *)rsrc->ptr;
88

9-
fprintf(stderr, "Destroying http parser\n");
10-
119
if (obj->headers) {
1210
zval_ptr_dtor(&obj->headers);
1311
}

0 commit comments

Comments
 (0)