Skip to content

Commit

Permalink
remove test info
Browse files Browse the repository at this point in the history
  • Loading branch information
lochjin committed Jul 18, 2024
1 parent 5c09679 commit 3de9d41
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 3de9d41

Please sign in to comment.