forked from TrueCloudLab/frostfs-node
[#624] cli/netmap: Delete logging usage without agrs
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
dc12202757
commit
e3b4216fa7
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue