mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
Debugging
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
package kubernetes
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"strings"
|
||||
@ -277,9 +276,6 @@ func (k *kubernetes) Create(s *runtime.Service, opts ...runtime.CreateOption) er
|
||||
|
||||
service := newService(s, options)
|
||||
|
||||
bytes, _ := json.Marshal(service)
|
||||
log.Debug(string(bytes))
|
||||
|
||||
// start the service
|
||||
return service.Start(k.client)
|
||||
}
|
||||
|
Reference in New Issue
Block a user