diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index 548176e24..11f19857d 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -271,7 +271,6 @@ async fn main() -> Result<(), Box> { .calculate_nar(&root_node_copy) .await?; - // TODO: make a path_to_name helper function? let name = path .file_name() .expect("path must not be ..")