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.
console.log
1 parent d7d6c20 commit f988712Copy full SHA for f988712
src/series/getters.ts
@@ -64,7 +64,6 @@ export const getSeriesDescription = (
64
65
export const getSeriesNotes = ($seriesPage: SeriesPage): string | null => {
66
const notes = $seriesPage("dl.series dd:nth-of-type(5)");
67
- console.log(notes.prevAll().first().text());
68
if (notes.prevAll().first().text().trim() === "Notes:") {
69
console.log("Yep");
70
return notes.html().trim();
0 commit comments