Skip to content

Commit f988712

Browse files
committed
Remove console.log
1 parent d7d6c20 commit f988712

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/series/getters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const getSeriesDescription = (
6464

6565
export const getSeriesNotes = ($seriesPage: SeriesPage): string | null => {
6666
const notes = $seriesPage("dl.series dd:nth-of-type(5)");
67-
console.log(notes.prevAll().first().text());
6867
if (notes.prevAll().first().text().trim() === "Notes:") {
6968
console.log("Yep");
7069
return notes.html().trim();

0 commit comments

Comments
 (0)