We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aebeda commit 28d840dCopy full SHA for 28d840d
src/series/getters.ts
@@ -65,7 +65,6 @@ export const getSeriesDescription = (
65
export const getSeriesNotes = ($seriesPage: SeriesPage): string | null => {
66
const notes = $seriesPage("dl.series dd:nth-of-type(5)");
67
if (notes.prevAll().first().text().trim() === "Notes:") {
68
- console.log("Yep");
69
return notes.html().trim();
70
} else {
71
return null;
0 commit comments