From e3b4216fa7e69f95fa5ef634511f5c1a2eb6abc3 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 18 Jun 2021 09:48:08 +0300 Subject: [PATCH] [#624] cli/netmap: Delete logging usage without agrs Signed-off-by: Pavel Karpy --- cmd/neofs-cli/modules/netmap.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/neofs-cli/modules/netmap.go b/cmd/neofs-cli/modules/netmap.go index 8ea8e5f63..1fcad7b4c 100644 --- a/cmd/neofs-cli/modules/netmap.go +++ b/cmd/neofs-cli/modules/netmap.go @@ -25,9 +25,6 @@ var netmapCmd = &cobra.Command{ Use: "netmap", Short: "Operations with Network Map", Long: `Operations with Network Map`, - Run: func(cmd *cobra.Command, args []string) { - fmt.Println("netmap called") - }, } func init() {