mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 03:48:21 +02:00
Remove debug
This commit is contained in:
@@ -44,8 +44,6 @@ export function Manga({manga, children, loading} : { manga: IManga | undefined,
|
|||||||
const useManga = manga ?? DefaultManga;
|
const useManga = manga ?? DefaultManga;
|
||||||
loading = loading ?? false;
|
loading = loading ?? false;
|
||||||
const CoverRef = useRef<HTMLImageElement>(null);
|
const CoverRef = useRef<HTMLImageElement>(null);
|
||||||
console.log(useManga);
|
|
||||||
console.log(manga);
|
|
||||||
|
|
||||||
const apiUri = useContext(ApiUriContext);
|
const apiUri = useContext(ApiUriContext);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user