aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/components/chapterPages.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/manga/components/chapterPages.jsx')
-rw-r--r--src/app/manga/components/chapterPages.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/manga/components/chapterPages.jsx b/src/app/manga/components/chapterPages.jsx
index 59320fd..c403357 100644
--- a/src/app/manga/components/chapterPages.jsx
+++ b/src/app/manga/components/chapterPages.jsx
@@ -10,7 +10,6 @@ const MangaChapters = async (id) => {
for (let items of data.chapter.data) {
chapterPages.push(`${data.baseUrl}/data/${data.chapter.hash}/${items}`);
}
- console.log(chapterPages);
return (
<div className="flex flex-col items-center">