remove debug println
This commit is contained in:
parent
8268c9d161
commit
21302088de
|
@ -296,8 +296,6 @@ fn create_fixed_index(
|
|||
|
||||
let env: &BackupEnvironment = rpcenv.as_ref();
|
||||
|
||||
println!("PARAM: {:?}", param);
|
||||
|
||||
let name = tools::required_string_param(¶m, "archive-name")?.to_owned();
|
||||
let size = tools::required_integer_param(¶m, "size")? as usize;
|
||||
|
||||
|
|
Loading…
Reference in New Issue