X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Fcli%2Fealt%2Fcmd%2Fapplcm.go;h=50fa33c1ec4622438f1ac5c7868efb0a5fd9479e;hb=caf01eef6ab04caccb08847930d2729794784b64;hp=a5386ccb8c8512ba3cf9d141fb6470f903c297fa;hpb=bc85833c9f544e8486e72a2c78472ef40a81ed23;p=ealt-edge.git diff --git a/ocd/cli/ealt/cmd/applcm.go b/ocd/cli/ealt/cmd/applcm.go index a5386cc..50fa33c 100644 --- a/ocd/cli/ealt/cmd/applcm.go +++ b/ocd/cli/ealt/cmd/applcm.go @@ -16,8 +16,6 @@ limitations under the License. package cmd import ( - "fmt" - applcmCmds "ealt/cmd/applcmpkg" "github.com/spf13/cobra" @@ -34,9 +32,6 @@ var applcmCmd = &cobra.Command{ 2. Start 3. Delete 4. Stop.`, - Run: func(cmd *cobra.Command, args []string) { - fmt.Println("applcm called") - }, } func init() {