diff --git a/src/volume_mgr.rs b/src/volume_mgr.rs index 8ddbb62..5cc69c9 100644 --- a/src/volume_mgr.rs +++ b/src/volume_mgr.rs @@ -1070,7 +1070,6 @@ where // Need mutable access for this match &mut data.open_volumes[volume_idx].volume_type { VolumeType::Fat(fat) => { - // TODO: Move this into the FAT volume code debug!("Making dir entry"); fat.make_dir( &mut data.block_cache,