Skip to content

Commit

Permalink
Merge pull request ethereum#50 from lochjin/v1.14.5-qng
Browse files Browse the repository at this point in the history
remove test info
  • Loading branch information
dindinw authored Jul 18, 2024
2 parents 1c81d0b + 3de9d41 commit 451a00f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/downloader/downloader_qng.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package downloader

import (
"fmt"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth/protocols/eth"
Expand Down Expand Up @@ -48,7 +47,6 @@ func (d *Downloader) fetchQngHeadersByHash(p *peerConnection, hash common.Hash,
return nil, nil, err
}
defer func() {
fmt.Println(time.Now().String(), "测试3")
req.Close()
}()

Expand Down

0 comments on commit 451a00f

Please sign in to comment.