reactors: skip log on some routine cancels (#7556)

This commit is contained in:
Sam Kleinman
2022-01-11 12:56:52 -05:00
committed by GitHub
parent 7f8b75e1ee
commit 5bf1bdcfb4
11 changed files with 0 additions and 26 deletions

View File

@@ -138,7 +138,6 @@ func main() {
defer opcancel()
go func() {
<-opctx.Done()
logger.Debug("SignerServer: calling Close")
if *prometheusAddr != "" {
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
defer cancel()