mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
remove print
This commit is contained in:
parent
a7620012fa
commit
468a288b72
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue