Skip to content

Commit ba1336c

Browse files
committed
lint
1 parent 43ba57e commit ba1336c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/otel/samples_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package otel
66

77
import (
88
"context"
9-
"fmt"
109
"os"
1110
"path/filepath"
1211
"runtime"
@@ -42,7 +41,6 @@ func TestSamples(t *testing.T) {
4241
os.Unsetenv("AUTOOPS_OTEL_URL")
4342
}()
4443
err := filepath.WalkDir(filepath.Join(".", "samples", runtime.GOOS), func(path string, d os.DirEntry, err error) error {
45-
fmt.Println(path)
4644
if err != nil {
4745
return err
4846
}

0 commit comments

Comments
 (0)