Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jul 28, 2024
1 parent 65d2e96 commit 7216a3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/networkservice/common/monitor/eventloop.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package monitor

import (
"context"
"fmt"

"github.com/networkservicemesh/api/pkg/api/networkservice"
"google.golang.org/grpc"
Expand Down Expand Up @@ -67,9 +66,7 @@ func (cev *eventLoop) eventLoop() {
},
}

fmt.Println("Trying to connect to monitor")
client, err := networkservice.NewMonitorConnectionClient(cev.cc).MonitorConnections(cev.eventLoopCtx, selector)
fmt.Println("connected (maybe)")
if err != nil {
log.FromContext(cev.eventLoopCtx).Infof("failed to get a MonitorConnections client: %s", err.Error())
cev.cancel()
Expand Down

0 comments on commit 7216a3f

Please sign in to comment.