remove debugging statements
This commit is contained in:
parent
10a2e7723d
commit
c7e2f8c4f3
|
@ -26,14 +26,11 @@ func main() {
|
|||
wg.Add(1)
|
||||
go func() {
|
||||
ms := merp.NewMerpServer()
|
||||
log.Info().Msg("calling serveforever")
|
||||
ms.ServeForever()
|
||||
log.Info().Msg("back from serveforever")
|
||||
wg.Done()
|
||||
}()
|
||||
|
||||
wg.Wait()
|
||||
log.Info().Msg("done waiting on waitgroup")
|
||||
}
|
||||
|
||||
func identify() {
|
||||
|
|
Loading…
Reference in New Issue