diff --git a/protocols/bgp/server/fsm_established.go b/protocols/bgp/server/fsm_established.go index 940cd123..9de807a3 100644 --- a/protocols/bgp/server/fsm_established.go +++ b/protocols/bgp/server/fsm_established.go @@ -152,7 +152,6 @@ func (s *establishedState) msgReceived(data []byte, opt *packet.DecodeOptions, b switch msg.Header.Type { case packet.NotificationMsg: - fmt.Println(data) return s.notification() case packet.UpdateMsg: return s.update(msg.Body.(*packet.BGPUpdate), bmpPostPolicy, timestamp)