]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/toss.go
Remove harming errors logging
[nncp.git] / src / toss.go
index 8e8dc27789b0e741432be27498433faee69827c8..682c46122331518a4858eb26b9c4fa0204eeea67 100644 (file)
@@ -100,11 +100,9 @@ func (ctx *Ctx) Toss(
                        )
                        job.Fd.Close() // #nosec G104
                        if err != nil {
-                               ctx.LogE("rx", sds, err, "decryption")
                                return pipeW.CloseWithError(err)
                        }
                        if err = pipeWB.Flush(); err != nil {
-                               ctx.LogE("rx", sds, err, "decryption flush")
                                return pipeW.CloseWithError(err)
                        }
                        return pipeW.Close()