Skip to content

Commit

Permalink
Remove trace logging during test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Oct 6, 2021
1 parent 63281fa commit 556738f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nodes_stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ package elastic

import (
"context"
"log"
"os"
"testing"
)

func TestNodesStats(t *testing.T) {
client, err := NewClient(SetTraceLog(log.New(os.Stdout, "", 0)))
client, err := NewClient() // SetTraceLog(log.New(os.Stdout, "", 0)))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 556738f

Please sign in to comment.