Skip to content

Commit 0b736a9

Browse files
committed
Add some tests
1 parent 155aa43 commit 0b736a9

File tree

2 files changed

+406
-1
lines changed

2 files changed

+406
-1
lines changed

src/series/getters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export const getSeriesDescription = (
6565
export const getSeriesNotes = ($seriesPage: SeriesPage): string | null => {
6666
const notes = $seriesPage("dl.series dd:nth-of-type(5)");
6767
if (notes.prevAll().first().text().trim() === "Notes:") {
68-
console.log("Yep");
6968
return notes.html().trim();
7069
} else {
7170
return null;

0 commit comments

Comments
 (0)