Forgot to delete log test
Cette révision appartient à :
Parent
b797b7aacf
révision
caa6d41d06
1 fichiers modifiés avec 0 ajouts et 5 suppressions
|
@ -3,8 +3,6 @@ package categories
|
||||||
import (
|
import (
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"github.com/NyaaPantsu/nyaa/config"
|
"github.com/NyaaPantsu/nyaa/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -23,10 +21,7 @@ var Index map[string]int
|
||||||
// InitCategories init the categories and index variables. Exported for tests
|
// InitCategories init the categories and index variables. Exported for tests
|
||||||
func InitCategories() {
|
func InitCategories() {
|
||||||
var cats map[string]string
|
var cats map[string]string
|
||||||
fmt.Println(config.Get().Models.TorrentsTableName)
|
|
||||||
fmt.Println(config.IsSukebei())
|
|
||||||
if config.IsSukebei() {
|
if config.IsSukebei() {
|
||||||
fmt.Println("works")
|
|
||||||
cats = config.Get().Torrents.SukebeiCategories
|
cats = config.Get().Torrents.SukebeiCategories
|
||||||
} else {
|
} else {
|
||||||
cats = config.Get().Torrents.CleanCategories
|
cats = config.Get().Torrents.CleanCategories
|
||||||
|
|
Référencer dans un nouveau ticket