Skip to content

Commit

Permalink
rm prints (#11261)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Jul 22, 2024
1 parent dcc686e commit e6bedcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions erigon-lib/chain/snapcfg/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package snapcfg
import (
_ "embed"
"encoding/json"
"fmt"
"path/filepath"
"slices"
"sort"
Expand Down Expand Up @@ -414,7 +413,6 @@ func MergeSteps(networkName string, snapType snaptype.Enum, fromBlock uint64) []
// KnownCfg return list of preverified hashes for given network, but apply whiteList filter if it's not empty
func KnownCfg(networkName string) *Cfg {
c, ok := knownPreverified[networkName]
fmt.Println(networkName, c, ok)
if !ok {
return newCfg(networkName, Preverified{})
}
Expand Down
1 change: 0 additions & 1 deletion turbo/snapshotsync/snapshotsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ func WaitForDownloader(ctx context.Context, logPrefix string, headerchain, blobs
// send all hashes to the Downloader service
snapCfg := snapcfg.KnownCfg(cc.ChainName)
preverifiedBlockSnapshots := snapCfg.Preverified
fmt.Println(snapCfg)
downloadRequest := make([]services.DownloadRequest, 0, len(preverifiedBlockSnapshots))

blockPrune, historyPrune := computeBlocksToPrune(blockReader, prune)
Expand Down

0 comments on commit e6bedcc

Please sign in to comment.