Skip to content

Commit e25c9ae

Browse files
committed
Fix: Remove debug log statement
1 parent 2836dcd commit e25c9ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/data_collector/data_collector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ func (c *DataCollector) QueryCRD(crd crds.Crd, namespace string, ctx context.Con
241241
c.K8sRestConfig.NegotiatedSerializer = negotiatedSerializer
242242

243243
client, err := rest.RESTClientFor(c.K8sRestConfig)
244-
c.Logger.Printf("MRAJAGOPAL: %v", err)
245244
if err != nil {
246245
return nil, err
247246
}

0 commit comments

Comments
 (0)