Skip to content

Commit

Permalink
chore(project): remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 23, 2021
1 parent 2b40c81 commit 7bf5e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/Series/Series.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ const Series = ({
const watchHistory = watchHistoryStore.useState((s) => s.watchHistory);
const watchHistoryItem = item && watchHistory.find(({ mediaid }) => mediaid === item.mediaid);

console.log(watchHistoryItem);

useBlurImageUpdater(item);

const isFavorited = !!item && hasItem(item);
Expand Down

0 comments on commit 7bf5e5b

Please sign in to comment.