Deleted unnecessary comments

pull/5844/head
rajula96reddy 2020-02-07 09:14:09 +05:30 committed by Vineet Rajula (vrajula)
parent 5d8d3f01b5
commit 3ffdaf3c1c
1 changed files with 0 additions and 8 deletions

View File

@ -58,14 +58,6 @@ var (
interval int
)
// type serviceNotFoundError struct {
// Err error
// }
// func (t serviceNotFoundError) Error() string {
// return "Service not found: " + t.Err.Error()
// }
// serviceCmd represents the service command
var serviceCmd = &cobra.Command{
Use: "service [flags] SERVICE",