diff --git a/src/hooks/useTranslation.ts b/src/hooks/useTranslation.ts index ab9df91..1f86801 100644 --- a/src/hooks/useTranslation.ts +++ b/src/hooks/useTranslation.ts @@ -61,7 +61,6 @@ const useTranslation = (_workerScript: string): UseTranslationReturn => { switch (status) { case "initiate": { - console.log("initiate"); setLoading(true); setModelLoading(true); setProgress((prev) => [...prev, { file, progress: progressValue }]);