mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 17:49:44 +00:00
remove some rather inconvenient debug output
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9707fdadd7
commit
fe3b25029b
@ -105,8 +105,6 @@ fn get_request_parameters_async(
|
||||
|
||||
let utf8 = std::str::from_utf8(&body)?;
|
||||
|
||||
println!("GOT BODY {:?}", utf8);
|
||||
|
||||
let mut param_list: Vec<(String, String)> = vec![];
|
||||
|
||||
if utf8.len() > 0 {
|
||||
@ -129,7 +127,6 @@ fn get_request_parameters_async(
|
||||
|
||||
let params = parse_parameter_strings(¶m_list, &info.parameters, true)?;
|
||||
|
||||
println!("GOT PARAMS {}", params);
|
||||
Ok(params)
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user