]> git.proxmox.com Git - proxmox-backup.git/commitdiff
remove debug println
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jun 2020 07:15:13 +0000 (09:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Jun 2020 07:15:13 +0000 (09:15 +0200)
src/api2/backup.rs

index 6da65d3b93a90c8eca3f31b0c136aaa9de2a5b89..8177bab5ae6e52344cd125232290b4d04490a94e 100644 (file)
@@ -296,8 +296,6 @@ fn create_fixed_index(
 
     let env: &BackupEnvironment = rpcenv.as_ref();
 
-    println!("PARAM: {:?}", param);
-
     let name = tools::required_string_param(&param, "archive-name")?.to_owned();
     let size = tools::required_integer_param(&param, "size")? as usize;