Skip to content

Commit

Permalink
remove commented code and debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
philbrookes committed Feb 20, 2018
1 parent 9b9341d commit 0a99469
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cmd/clientConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ kubectl plugin mobile get clientconfig`,
return errors.Wrap(err, "failed to get mobile client with clientID "+clientID)
}

fmt.Printf("spec: %+v\n", client.Spec)

ms := listServices(ns, ccc.k8Client)
for _, svc := range ms {
var svcConfig *ServiceConfig
Expand All @@ -89,9 +87,6 @@ kubectl plugin mobile get clientconfig`,
includedService = false
}
}
// if !includedService {
// continue
// }
configMap, err := ccc.k8Client.CoreV1().ConfigMaps(ns).Get(svc.Name, v1.GetOptions{})
// ignoring not found as some services will not have this public configmap
if err != nil {
Expand Down

0 comments on commit 0a99469

Please sign in to comment.