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

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-06-18 09:48:08 +03:00 committed by Alex Vanin
parent dc12202757
commit e3b4216fa7
1 changed files with 0 additions and 3 deletions

View File

@ -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() {