Comment out broken category code for now

This commit is contained in:
Ben Visness 2021-04-26 08:55:54 -05:00
parent 17e35bf557
commit 1d9ad49db4
1 changed files with 5 additions and 3 deletions

View File

@ -93,9 +93,11 @@ func GetCategoryUrls(ctx context.Context, conn *pgxpool.Pool, cats ...*Category)
// TODO(inarray)!!!!!
for _, cat := range cats {
hierarchy := makeCategoryUrl(cat.GetHierarchy(ctx, conn))
}
//for _, cat := range cats {
// hierarchy := makeCategoryUrl(cat.GetHierarchy(ctx, conn))
//}
return nil
}
func makeCategoryUrl(cats []*Category, subdomain string) string {