mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-14 23:08:20 +00:00
Remove debug output (#4442)
This commit is contained in:
parent
e47dd15e68
commit
f376d0a7a0
@ -205,7 +205,7 @@ func (d *Downloader) onComplete() {
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
d.cfg.DataDir = snapDir
|
d.cfg.DataDir = snapDir
|
||||||
fmt.Printf("alex1: %s\n", d.cfg.DataDir)
|
// fmt.Printf("alex1: %s\n", d.cfg.DataDir)
|
||||||
|
|
||||||
db, c, m, torrentClient, err := openClient(d.cfg.ClientConfig)
|
db, c, m, torrentClient, err := openClient(d.cfg.ClientConfig)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user