Skip to content

Commit 34c6253

Browse files
fix: remove unnecessary console log in fetchComicBook action
1 parent 0ff0c27 commit 34c6253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Redux/Actions/GlobalActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ export const fetchComicBook =
327327
BookmarkPages: [],
328328
ComicDetailslink: '', // set externally if needed
329329
};
330-
console.log('imgSources', data);
331330

332331
if (setPageLink) {
333332
setPageLink(data.ComicDetailslink);

0 commit comments

Comments
 (0)