From 3c3738ea17e9bd0990936dc9d0594d393193f625 Mon Sep 17 00:00:00 2001 From: joelshejar Date: Sun, 5 Jan 2025 02:19:26 +0530 Subject: [PATCH] fix: removed console log --- src/hooks/useTranslation.ts | 1 - 1 file changed, 1 deletion(-) 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 }]);