diff options
Diffstat (limited to 'modules/lists')
-rw-r--r-- | modules/lists/lists.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/lists/lists.go b/modules/lists/lists.go index ee0eb68..007e927 100644 --- a/modules/lists/lists.go +++ b/modules/lists/lists.go | |||
@@ -235,12 +235,6 @@ func (m *Module) ProvideDashboardData(user *charakterin.User) []grilist.Dashboar | |||
235 | return categories | 235 | return categories |
236 | } | 236 | } |
237 | 237 | ||
238 | for _, list := range lists { | ||
239 | if err := m.getListGrils(list); err != nil { | ||
240 | log.Println(err) | ||
241 | } | ||
242 | } | ||
243 | |||
244 | categories = append(categories, grilist.DashboardCategory{ | 238 | categories = append(categories, grilist.DashboardCategory{ |
245 | Title: "Neueste Listen", | 239 | Title: "Neueste Listen", |
246 | Cards: ListsToCards(lists), | 240 | Cards: ListsToCards(lists), |