Skip to content

Commit 943ab10

Browse files
committed
Chore: Remove undesired console.log
1 parent f17d2ba commit 943ab10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/contexts/ContentProvider.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ export const ContentProvider = ({ children }: { children: ReactNode }) => {
6868
}
6969
setLoading(false);
7070

71-
console.log(res.items);
72-
7371
return res.items;
7472
},
7573
[],

0 commit comments

Comments
 (0)