mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
net.http: remove debug println statement from post_multipart_form (#25030)
This commit is contained in:
parent
809e617501
commit
51552c7b16
@ -117,7 +117,6 @@ pub mut:
|
||||
// request to the given `url`.
|
||||
pub fn post_multipart_form(url string, conf PostMultipartFormConfig) !Response {
|
||||
body, boundary := multipart_form_body(conf.form, conf.files)
|
||||
println(conf.header)
|
||||
mut header := conf.header
|
||||
header.set(.content_type, 'multipart/form-data; boundary="${boundary}"')
|
||||
return fetch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user