From 73b6367cd10a28ecf1c578302aae5747ad502e47 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 May 2021 00:10:37 +0100 Subject: [PATCH] bundles: No, we don't need to delete them, they'll go later Signed-off-by: Ian Jackson --- src/bundles.rs | 1 - 1 file changed, 1 deletion(-) 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; }, }; -- 2.30.2