diff --git a/core/internal/scraper/tvshow.go b/core/internal/scraper/tvshow.go index ffe63e8..5654060 100644 --- a/core/internal/scraper/tvshow.go +++ b/core/internal/scraper/tvshow.go @@ -144,7 +144,6 @@ func extractEpisodesFromSeason(data string) []Episode { episode.Rate = parseStarRating(starRating) voteCount := s.Find(voteCountSelector).Text() - slog.Info("vote count", "count", voteCount) episode.VoteCount = parseVoteCount(voteCount) episodes = append(episodes, episode)