mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove log
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user