Removed PrefetchAnime()

This commit is contained in:
2017-11-05 19:12:56 +01:00
parent daded28acb
commit f88a728a5a
8 changed files with 0 additions and 8 deletions

View File

@ -25,7 +25,6 @@ func Get(ctx *aero.Context) string {
return ctx.Error(http.StatusNotFound, "Anime list not found", nil)
}
animeList.PrefetchAnime()
animeList.Sort()
return ctx.HTML(components.ProfileAnimeLists(animeList.SplitByStatus(), animeList.User(), user, ctx.URI()))