mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
remove comments
This commit is contained in:
@@ -134,15 +134,6 @@ func loadDB() {
|
|||||||
|
|
||||||
log.TLogln("Index rutor db")
|
log.TLogln("Index rutor db")
|
||||||
torrsearch.NewIndex(torrs)
|
torrsearch.NewIndex(torrs)
|
||||||
|
|
||||||
//err = dec.Decode(&ftorrs)
|
|
||||||
//if err == nil {
|
|
||||||
// torrs = ftorrs
|
|
||||||
// log.TLogln("Index rutor db")
|
|
||||||
// torrsearch.NewIndex(torrs)
|
|
||||||
//} else {
|
|
||||||
// log.TLogln("Error read rutor db:", err)
|
|
||||||
//}
|
|
||||||
} else {
|
} else {
|
||||||
log.TLogln("Error load rutor db:", err)
|
log.TLogln("Error load rutor db:", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user