From 3ffdaf3c1c6c674e439f3fc5ecebcc196da93d41 Mon Sep 17 00:00:00 2001 From: rajula96reddy Date: Fri, 7 Feb 2020 09:14:09 +0530 Subject: [PATCH] Deleted unnecessary comments --- cmd/minikube/cmd/service.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cmd/minikube/cmd/service.go b/cmd/minikube/cmd/service.go index 7a8f37cdc5..736434dc0d 100644 --- a/cmd/minikube/cmd/service.go +++ b/cmd/minikube/cmd/service.go @@ -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",