mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
remove log
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package torrsearch
|
package torrsearch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"server/log"
|
|
||||||
"server/rutor/models"
|
"server/rutor/models"
|
||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
@@ -12,9 +11,6 @@ type Index map[string][]int
|
|||||||
var idx Index
|
var idx Index
|
||||||
|
|
||||||
func NewIndex(torrs []*models.TorrentDetails) {
|
func NewIndex(torrs []*models.TorrentDetails) {
|
||||||
if len(torrs) > 0 {
|
|
||||||
log.TLogln("Index rutor db")
|
|
||||||
}
|
|
||||||
idx = make(Index)
|
idx = make(Index)
|
||||||
idx.add(torrs)
|
idx.add(torrs)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user