disable debug code

This commit is contained in:
Dietmar Maurer 2019-01-02 12:55:18 +01:00
parent 5032b57b44
commit 594fa52016

View File

@ -110,8 +110,8 @@ fn create_backup(param: Value, _info: &ApiMethod) -> Result<Value, Error> {
backup_image(&datastore, &file, size, &target, chunk_size)?; backup_image(&datastore, &file, size, &target, chunk_size)?;
let idx = datastore.open_image_reader(target)?; // let idx = datastore.open_image_reader(target)?;
idx.print_info(); // idx.print_info();
} else { } else {
bail!("unsupported file type (expected a directory, file or block device)"); bail!("unsupported file type (expected a directory, file or block device)");