Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Jan 29, 2024
1 parent c90f754 commit 65dd91b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/entities/collection.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package entities

import (
"github.com/davecgh/go-spew/spew"
"github.com/samber/lo"
lop "github.com/samber/lo/parallel"
"github.com/seanime-app/seanime/internal/anilist"
Expand Down Expand Up @@ -99,8 +98,6 @@ func (lc *LibraryCollection) hydrateCollectionLists(
aniLists []*anilist.AnimeCollection_MediaListCollection_Lists,
) {

spew.Dump(len(aniLists))

// Group local files by media id
groupedLfs := GroupLocalFilesByMediaID(localFiles)
// Get slice of media ids from local files
Expand Down

0 comments on commit 65dd91b

Please sign in to comment.