diff --git a/libimagstore/src/configuration.rs b/libimagstore/src/configuration.rs index 95e8b2fc..20e18362 100644 --- a/libimagstore/src/configuration.rs +++ b/libimagstore/src/configuration.rs @@ -120,8 +120,6 @@ pub fn config_is_valid(config: &Option) -> bool { match config { &Some(Value::Table(ref t)) => { - has_key_with_string_ary(t, "pre-read-hook-aspects") && - has_key_with_string_ary(t, "post-read-hook-aspects") && has_key_with_string_ary(t, "pre-create-hook-aspects") && has_key_with_string_ary(t, "post-create-hook-aspects") && has_key_with_string_ary(t, "pre-retrieve-hook-aspects") &&