From: Sergey Matveev Date: Wed, 25 Dec 2019 12:51:08 +0000 (+0300) Subject: Forgotten debug message X-Git-Tag: v5.3.1^2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=47fb1721e9bbe2e2a7c64be8e78ceac2929f51c0;p=nncp.git Forgotten debug message --- diff --git a/src/sp.go b/src/sp.go index 1297c41..4f522c9 100644 --- a/src/sp.go +++ b/src/sp.go @@ -606,7 +606,6 @@ func (state *SPState) StartWorkers( go func() { state.pings <- struct{}{} state.wg.Done() - state.Ctx.LogD("HERE", SDS{}, "PING GOROUTINE QUIT") }() } }