diff --git a/rust/agama-lib/src/scripts/store.rs b/rust/agama-lib/src/scripts/store.rs index e59ca20592..85136a6c00 100644 --- a/rust/agama-lib/src/scripts/store.rs +++ b/rust/agama-lib/src/scripts/store.rs @@ -74,9 +74,6 @@ impl ScriptsStore { } } - // TODO: find a better play to run the scripts (before probing). - self.client.run_scripts(ScriptsGroup::Pre).await?; - Ok(()) }