gotd: reduce unnecessary debug logs
This commit is contained in:
@@ -2,7 +2,6 @@ package mtproto
|
||||
|
||||
import (
|
||||
"github.com/go-faster/errors"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"go.mau.fi/mautrix-telegram/pkg/gotd/bin"
|
||||
"go.mau.fi/mautrix-telegram/pkg/gotd/mt"
|
||||
@@ -14,7 +13,6 @@ func (c *Conn) handleAck(b *bin.Buffer) error {
|
||||
return errors.Wrap(err, "decode")
|
||||
}
|
||||
|
||||
c.log.Debug("Received ack", zap.Int64s("msg_ids", ack.MsgIDs))
|
||||
c.rpc.NotifyAcks(ack.MsgIDs)
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user