Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Mar 1, 2021
1 parent bb5ebee commit f498f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (r *router) serveTransportManager(ctx context.Context) {
return
}

r.logger.Infof("GOT PACKET: %s %v", packet.Type().String(), packet)
//r.logger.Infof("GOT PACKET: %s %v", packet.Type().String(), packet)

if err := r.handleTransportPacket(ctx, packet); err != nil {
if err == transport.ErrNotServing {
Expand Down

0 comments on commit f498f45

Please sign in to comment.