Skip to content

Commit

Permalink
remove logspam
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 18, 2022
1 parent 3ce870a commit d3634a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/ipfs_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ func (bsnet *impl) handleNewStream(s network.Stream) {
for {
received, err := bsmsg.FromMsgReader(reader)
if err != nil {
fmt.Println(err)
if err != io.EOF {
_ = s.Reset()
bsnet.receiver.ReceiveError(err)
Expand Down

0 comments on commit d3634a8

Please sign in to comment.