Skip to content

Commit

Permalink
Removed debugging print
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Semenov <[email protected]>
  • Loading branch information
semenov-spirent committed Mar 17, 2020
1 parent 049b754 commit b1dddf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/networkservice/common/heal/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"testing"
"time"

"github.com/sirupsen/logrus"

"go.uber.org/goleak"

"github.com/golang/protobuf/ptypes/empty"
Expand Down Expand Up @@ -207,7 +205,6 @@ func TestNewClient_MissingConnectionsInInit(t *testing.T) {
requestCh := make(chan *networkservice.NetworkServiceRequest)
onHeal := &testOnHeal{
RequestFunc: func(ctx context.Context, in *networkservice.NetworkServiceRequest, opts ...grpc.CallOption) (connection *networkservice.Connection, e error) {
logrus.Info(in.Connection.Id)
requestCh <- in
return &networkservice.Connection{}, nil
},
Expand Down

0 comments on commit b1dddf0

Please sign in to comment.