diff --git a/common/crypto/auth.go b/common/crypto/auth.go index 790a0d7c..9b532293 100644 --- a/common/crypto/auth.go +++ b/common/crypto/auth.go @@ -313,7 +313,6 @@ func (w *AuthenticationWriter) writePacket(mb buf.MultiBuffer) error { eb, err := w.seal(b) if err != nil { - newError("failed to encrypt packet").Base(err).AtWarning().WriteToLog() continue }