Skip to content

Commit 66d933e

Browse files
committed
remove unwanted comments
1 parent 1808dd3 commit 66d933e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/instrumentation/golang_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ import (
1919
"testing"
2020

2121
"github.com/stretchr/testify/assert"
22-
//"github.com/stretchr/testify/require"
23-
//colfeaturegate "go.opentelemetry.io/collector/featuregate"
2422
corev1 "k8s.io/api/core/v1"
2523
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2624

2725
"github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1"
2826
"github.com/open-telemetry/opentelemetry-operator/internal/config"
29-
//"github.com/open-telemetry/opentelemetry-operator/pkg/featuregate"
3027
)
3128

3229
func TestInjectGoSDK(t *testing.T) {

0 commit comments

Comments
 (0)