Skip to content

Commit

Permalink
tools/functional-tester: remove duplicate grpclog set
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Jan 2, 2018
1 parent 5b2f515 commit e567d94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/functional-tester/etcd-tester/stresser.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ package main

import (
"fmt"
"os"
"strings"
"sync"
"time"

"golang.org/x/time/rate"
"google.golang.org/grpc/grpclog"
)

func init() { grpclog.SetLoggerV2(grpclog.NewLoggerV2(os.Stderr, os.Stderr, os.Stderr)) }

type Stresser interface {
// Stress starts to stress the etcd cluster
Stress() error
Expand Down

0 comments on commit e567d94

Please sign in to comment.