Skip to content

Commit

Permalink
chore: remove warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 29, 2023
1 parent d2f33a4 commit b527d91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions p2p/background/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ func (rtr *backgroundRouter) Broadcast(pocketEnvelopeBz []byte) error {

// Send implements the respective `typesP2P.Router` interface method.
func (rtr *backgroundRouter) Send(pocketEnvelopeBz []byte, address cryptoPocket.Address) error {
rtr.logger.Warn().Str("address", address.String()).Msg("sending background message to peer")

backgroundMessage := &typesP2P.BackgroundMessage{
Data: pocketEnvelopeBz,
}
Expand Down

0 comments on commit b527d91

Please sign in to comment.