diff options
-rw-r--r-- | gobgp/cmd/global.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gobgp/cmd/global.go b/gobgp/cmd/global.go index 80728c03..e0f9b594 100644 --- a/gobgp/cmd/global.go +++ b/gobgp/cmd/global.go @@ -754,7 +754,6 @@ func NewGlobalCmd() *cobra.Command { Use: CMD_POLICY, Run: func(cmd *cobra.Command, args []string) { for _, v := range []string{CMD_IMPORT, CMD_EXPORT} { - fmt.Printf("%s policy:\n", strings.Title(v)) if err := showNeighborPolicy(nil, v, 4); err != nil { fmt.Println(err) os.Exit(1) |