Skip to content

Commit 319f15c

Browse files
author
Israel Blancas
committed
Remove debug statement
Signed-off-by: Israel Blancas <[email protected]>
1 parent 1d9ddfc commit 319f15c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/components/receivers/helpers.go

-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
package receivers
1616

1717
import (
18-
"fmt"
19-
2018
corev1 "k8s.io/api/core/v1"
2119

2220
"github.com/open-telemetry/opentelemetry-operator/internal/components"
@@ -178,6 +176,5 @@ var (
178176
func init() {
179177
for _, parser := range componentParsers {
180178
Register(parser.ParserType(), parser)
181-
fmt.Println(parser.ParserType())
182179
}
183180
}

0 commit comments

Comments
 (0)