From 47fb1721e9bbe2e2a7c64be8e78ceac2929f51c0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 25 Dec 2019 15:51:08 +0300 Subject: [PATCH] Forgotten debug message --- src/sp.go | 1 - 1 file changed, 1 deletion(-) 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") }() } } -- 2.48.1