Skip to content

Commit 953a937

Browse files
committed
fix:
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9300b14 commit 953a937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/javaoperatorsdk/operator/glue/reconciler/glue/GlueReconciler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public DeleteControl cleanup(Glue primary, Context<Glue> context) {
105105
.size() < actualWorkflow.getDependentResourcesByName().size()) {
106106
return DeleteControl.noFinalizerRemoval();
107107
} else {
108-
log.debug("All cleanup post conditions met for glue: {} ", primary.getMetadata().getName());
109108
removeFinalizerForParent(primary, context);
110109
actualWorkflow.getDependentResourcesWithoutActivationCondition().forEach(dr -> {
111110
var genericDependentResource = (GenericDependentResource) dr;

0 commit comments

Comments
 (0)