diff --git a/src/change_processor.rs b/src/change_processor.rs index bd3ef5c4..8e57a639 100644 --- a/src/change_processor.rs +++ b/src/change_processor.rs @@ -111,9 +111,6 @@ impl ChangeProcessor { applied_patches.push(applied_patch_set); } } - ImfsEvent::Removed(path) => { - log::warn!("TODO: Handle file remove events"); - } } applied_patches