Skip to content
Snippets Groups Projects
Commit 356850b7 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

removed debug output

parent 712c923e
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,6 @@ func (s *establishedState) keepaliveTimerExpired() (state, string) {
func (s *establishedState) msgReceived(data []byte) (state, string) {
msg, err := packet.Decode(bytes.NewBuffer(data), s.fsm.options)
if err != nil {
fmt.Println(err)
switch bgperr := err.(type) {
case packet.BGPError:
s.fsm.sendNotification(bgperr.ErrorCode, bgperr.ErrorSubCode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment