Skip to content

Commit 6e804c7

Browse files
committed
cleanup debug code
1 parent ac8b92a commit 6e804c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/reconciler/reconciler.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,6 @@ func (r *Reconciler) Apply(ctx context.Context, inventory *[]*InventoryItem, obj
382382
// retrieve inventory item belonging to this object (if existing)
383383
item := getItem(newInventory, object)
384384

385-
if object.GetName() == "prepare" {
386-
fmt.Println("DEBUG")
387-
}
388-
389385
// calculate object digest
390386
digest, err := calculateObjectDigest(object)
391387
if err != nil {

0 commit comments

Comments
 (0)