Maint: remove debug line in health server

This commit is contained in:
Quentin McGaw (desktop)
2021-07-22 13:43:19 +00:00
parent 478e0f74f7
commit 8beff34cca

View File

@@ -50,7 +50,6 @@ func NewServer(address string, logger logging.Logger,
func (s *server) Run(ctx context.Context, done chan<- struct{}) { func (s *server) Run(ctx context.Context, done chan<- struct{}) {
defer close(done) defer close(done)
s.logger.Debug("here 0")
loopDone := make(chan struct{}) loopDone := make(chan struct{})
go s.runHealthcheckLoop(ctx, loopDone) go s.runHealthcheckLoop(ctx, loopDone)