[#624] cli/netmap: Delete logging usage without agrs

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-06-18 09:48:08 +03:00 committed by Alex Vanin
parent dc12202757
commit e3b4216fa7

View file

@ -25,9 +25,6 @@ var netmapCmd = &cobra.Command{
Use: "netmap", Use: "netmap",
Short: "Operations with Network Map", Short: "Operations with Network Map",
Long: `Operations with Network Map`, Long: `Operations with Network Map`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("netmap called")
},
} }
func init() { func init() {