Remove obsolete logs

This commit is contained in:
Nikolai Rodionov 2023-11-27 07:02:07 +01:00
parent e857c359e0
commit fc2c20901f
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -219,7 +219,6 @@ impl ConfigSet {
let var = reg
.render_template(template.template.as_str(), &inputs)
.unwrap();
info!("result is {}", var);
match self
.spec
.targets
@ -302,7 +301,6 @@ impl ConfigSet {
// Finalizer cleanup (the object was deleted, ensure nothing is orphaned)
async fn cleanup(&self, ctx: Arc<Context>) -> Result<Action> {
info!("removing, not installing");
Ok::<Action, Error>(Action::await_change())
}
}