Skip to content

Commit 08e6772

Browse files
Remove pointless logging
1 parent a44e9ed commit 08e6772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/repo/feature.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ func (r *repository) Compile(ctx context.Context, req *CompileRequest) ([]*Featu
448448
nsContextTypes[ns] = ct
449449
}
450450
}
451-
r.Logf("%#v\n", nsContextTypes)
452451

453452
// Step 1: collect. Find all features
454453
vffs, numNamespaces, err := r.findVersionedFeatureFiles(ctx, req.NamespaceFilter, req.FeatureFilter, req.Verify)

0 commit comments

Comments
 (0)