Skip to content

Commit

Permalink
chore(marin): remove logging 🙏 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 authored Feb 26, 2023
1 parent 94aece3 commit e950f83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/anime/marin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class Marin extends AnimeParser {
},
});
data = await response.data;
console.log(data)
} catch (error) {
console.log(error)
}
Expand Down

0 comments on commit e950f83

Please sign in to comment.