remove print

This commit is contained in:
Samir Patel 2021-05-28 16:33:15 -05:00 committed by Samir Patel
parent a7620012fa
commit 468a288b72

View file

@ -616,7 +616,6 @@ func (s *Server) Open() error {
go func() { defer s.wg.Done(); s.monitorAntiEntropy() }()
go func() { defer s.wg.Done(); s.monitorRuntime() }()
go func() { defer s.wg.Done(); s.monitorDiagnostics() }()
fmt.Println("HOLDER LOADED")
toSend := func() []Message {
s.holder.startMsgsMu.Lock()