Skip to content

Commit

Permalink
fix issues with fil-markets/data-transfer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jan 20, 2022
1 parent 2e5474e commit ca4ee1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion markets/loggers/loggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func DataTransferLogger(event datatransfer.Event, state datatransfer.ChannelStat
"sent", state.Sent(),
"received", state.Received(),
"queued", state.Queued(),
"received count", state.ReceivedCidsTotal(),
"total size", state.TotalSize(),
"remote peer", state.OtherPeer(),
"event message", event.Message,
Expand Down

0 comments on commit ca4ee1e

Please sign in to comment.