Skip to content

Commit

Permalink
Deleted unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rajula96reddy authored and Vineet Rajula (vrajula) committed Mar 7, 2020
1 parent 5d8d3f0 commit 3ffdaf3
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 @@ -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",
Expand Down

0 comments on commit 3ffdaf3

Please sign in to comment.