Skip to content

Commit

Permalink
Deleted unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rajula96reddy committed Feb 7, 2020
1 parent 8e14d4b commit 45fb308
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/minikube/cmd/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,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",
Expand Down

0 comments on commit 45fb308

Please sign in to comment.