chiark / gitweb /
bundles: No, we don't need to delete them, they'll go later
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:10:37 +0000 (00:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 May 2021 23:32:13 +0000 (00:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bundles.rs

index 15fc4ccd70c4baa6277f4e15c60787a6f5100eb5..61695b9972115de3d7e212465d2241729897efa2 100644 (file)
@@ -783,7 +783,6 @@ impl InstanceBundles {
         Ok(y) => y,
         Err(NotBundle(why)) => {
           debug!("bundle file {:?} skippping {}", &fpath, why);
-          // xxx delete?
           continue;
         },
       };