Remove obsolete logs
This commit is contained in:
parent
e857c359e0
commit
fc2c20901f
@ -219,7 +219,6 @@ impl ConfigSet {
|
|||||||
let var = reg
|
let var = reg
|
||||||
.render_template(template.template.as_str(), &inputs)
|
.render_template(template.template.as_str(), &inputs)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
info!("result is {}", var);
|
|
||||||
match self
|
match self
|
||||||
.spec
|
.spec
|
||||||
.targets
|
.targets
|
||||||
@ -302,7 +301,6 @@ impl ConfigSet {
|
|||||||
|
|
||||||
// Finalizer cleanup (the object was deleted, ensure nothing is orphaned)
|
// Finalizer cleanup (the object was deleted, ensure nothing is orphaned)
|
||||||
async fn cleanup(&self, ctx: Arc<Context>) -> Result<Action> {
|
async fn cleanup(&self, ctx: Arc<Context>) -> Result<Action> {
|
||||||
info!("removing, not installing");
|
|
||||||
Ok::<Action, Error>(Action::await_change())
|
Ok::<Action, Error>(Action::await_change())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user