remove debugging statements

This commit is contained in:
Jeffrey Paul 2019-11-08 21:57:06 -08:00
parent 10a2e7723d
commit c7e2f8c4f3
1 changed files with 0 additions and 3 deletions

View File

@ -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() {