remove log

This commit is contained in:
yourok
2023-04-24 08:58:59 +03:00
parent d1876d951d
commit b6afbd72c5

View File

@@ -131,8 +131,6 @@ func loadDB() {
err = dec.Decode(&torr) err = dec.Decode(&torr)
if err == nil { if err == nil {
ftorrs = append(ftorrs, torr) ftorrs = append(ftorrs, torr)
} else {
log.TLogln("Error read rutor db:", err)
} }
} }
torrs = ftorrs torrs = ftorrs