disable debug code

This commit is contained in:
Dietmar Maurer 2019-01-02 12:55:18 +01:00
parent 5032b57b44
commit 594fa52016
1 changed files with 2 additions and 2 deletions

View File

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