fix_: remove personal information from logs (#5608)

This commit is contained in:
Igor Sirotin 2024-07-28 22:11:24 +01:00 committed by GitHub
parent 3b9ad43740
commit 07641bf38f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ import (
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/p2p"
"github.com/status-im/status-go/account"
"github.com/status-im/status-go/appmetrics"
utils "github.com/status-im/status-go/common"
@ -2552,7 +2553,6 @@ func (m *Messenger) sendChatMessage(ctx context.Context, message *common.Message
m.logger.Debug("inside sendChatMessage",
zap.String("id", message.ID),
zap.String("text", message.Text),
zap.String("from", message.From),
zap.String("displayName", message.DisplayName),
zap.String("ChatId", message.ChatId),