Remove key value printing

This commit is contained in:
Andreas Öman 2008-05-04 06:46:20 +00:00
parent 64291a2dc3
commit f81dd04a89

2
http.c
View file

@ -899,7 +899,7 @@ http_parse_get_args(http_connection_t *hc, char *args)
http_deescape(k);
http_deescape(v);
printf("%s = %s\n", k, v);
// printf("%s = %s\n", k, v);
http_arg_set(&hc->hc_req_args, k, v);
}
}