remove debug output

This commit is contained in:
Dietmar Maurer
2019-07-24 09:33:52 +02:00
parent 5be106eeae
commit 684233aa3b
2 changed files with 1 additions and 2 deletions

View File

@ -901,7 +901,7 @@ impl BackupClient {
}
})
.then(move |result| {
println!("RESULT {:?}", result);
//println!("RESULT {:?}", result);
upload_result.map_err(Error::from).and_then(|upload1_result| {
Ok(upload1_result.and(result))
})