Skip to content

Commit 4d5c45f

Browse files
committed
remove noisy comments
1 parent d1fa6c6 commit 4d5c45f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

receiver/libhoneyreceiver/factory.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ func createDefaultConfig() component.Config {
4141
return &Config{
4242
HTTP: configoptional.Default(HTTPConfig{
4343
ServerConfig: confighttp.ServerConfig{
44-
Endpoint: endpointStr,
45-
// Explicitly set compression algorithms to avoid panics from malformed compressed data
46-
// Empty list means no automatic decompression
44+
Endpoint: endpointStr,
4745
CompressionAlgorithms: []string{},
4846
},
4947
TracesURLPaths: defaultTracesURLPaths,

0 commit comments

Comments
 (0)