1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

Remove debugging

This commit is contained in:
Ben Toogood
2020-04-23 14:13:07 +01:00
parent 020476614c
commit 88176dca53
2 changed files with 0 additions and 5 deletions

View File

@ -350,7 +350,6 @@ func (k *kubeStream) Stop() error {
// Creates a service
func (k *kubernetes) Create(s *runtime.Service, opts ...runtime.CreateOption) error {
fmt.Println("KUBECTL CREATE")
k.Lock()
defer k.Unlock()