From: Ian Jackson Date: Sat, 15 May 2021 23:10:37 +0000 (+0100) Subject: bundles: No, we don't need to delete them, they'll go later X-Git-Tag: otter-0.6.0~241 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=73b6367cd10a28ecf1c578302aae5747ad502e47;p=otter.git bundles: No, we don't need to delete them, they'll go later Signed-off-by: Ian Jackson --- diff --git a/src/bundles.rs b/src/bundles.rs index 15fc4ccd..61695b99 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -783,7 +783,6 @@ impl InstanceBundles { Ok(y) => y, Err(NotBundle(why)) => { debug!("bundle file {:?} skippping {}", &fpath, why); - // xxx delete? continue; }, };