Remove debug

This commit is contained in:
glax 2025-05-08 02:29:08 +02:00
parent 65457c289f
commit 178e8b72f3

View File

@ -44,8 +44,6 @@ export function Manga({manga, children, loading} : { manga: IManga | undefined,
const useManga = manga ?? DefaultManga;
loading = loading ?? false;
const CoverRef = useRef<HTMLImageElement>(null);
console.log(useManga);
console.log(manga);
const apiUri = useContext(ApiUriContext);