From 7bdaeb349bd9cbba320a0147010ea0b496c09a1b Mon Sep 17 00:00:00 2001 From: Serguei Bezverkhi Date: Thu, 7 May 2020 04:36:25 -0400 Subject: remove debug messages Signed-off-by: Serguei Bezverkhi --- pkg/packet/bgp/bgp.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkg') diff --git a/pkg/packet/bgp/bgp.go b/pkg/packet/bgp/bgp.go index d60f3d36..84604312 100644 --- a/pkg/packet/bgp/bgp.go +++ b/pkg/packet/bgp/bgp.go @@ -28,9 +28,6 @@ import ( "sort" "strconv" "strings" - - "github.com/golang/glog" - "github.com/sbezverk/gobmp/pkg/tools" ) type MarshallingOption struct { @@ -12378,7 +12375,6 @@ func GetPathAttribute(data []byte) (PathAttributeInterface, error) { case BGP_ATTR_TYPE_LS: return &PathAttributeLs{}, nil case BGP_ATTR_TYPE_PREFIX_SID: - glog.Infof("Prefix SID RAW: %s", tools.MessageHex(data)) return &PathAttributePrefixSID{}, nil } return &PathAttributeUnknown{}, nil -- cgit v1.2.3