Remove debug output (#4442)

This commit is contained in:
laughship 2022-06-13 23:31:42 -05:00 committed by GitHub
parent e47dd15e68
commit f376d0a7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ func (d *Downloader) onComplete() {
panic(err)
}
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)
if err != nil {