Skip to content

Commit 556738f

Browse files
committed
Remove trace logging during test
1 parent 63281fa commit 556738f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nodes_stats_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ package elastic
66

77
import (
88
"context"
9-
"log"
10-
"os"
119
"testing"
1210
)
1311

1412
func TestNodesStats(t *testing.T) {
15-
client, err := NewClient(SetTraceLog(log.New(os.Stdout, "", 0)))
13+
client, err := NewClient() // SetTraceLog(log.New(os.Stdout, "", 0)))
1614
if err != nil {
1715
t.Fatal(err)
1816
}

0 commit comments

Comments
 (0)